Html Css Color HEX #A391CA Cold Purple

📋 copy color: '#A391CA'

red 163 ◦ green 145 ◦ blue 202

#A391CA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cold Purple #A391CA

Tints of Cold Purple #A391CA

RGB

 RED value IS 163 (64.06% from 255) = 31.96%

 GREEN value IS 145 (57.03% from 255) = 28.43%

 BLUE value IS 202 (79.3% from 255) = 39.61%

R = 31.96%
G = 28.43%
B = 39.61%

CMYK

 C value IS 0.19

 M value IS 0.28

 Y value IS 0

 K value IS 0.21

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A391CA (or 0xA391CA) is known color: Cold Purple. HEX triplet: A3, 91 and CA. RGB value is (163,145,202). Sum of RGB (Red+Green+Blue) = 163+145+202=510 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.96% from 510); Green value is 145 (57.03% from 255 or 28.43% from 510); Blue value is 202 (79.30% from 255 or 39.61% from 510); Max value from RGB is 202 - color contains mainly: blue. Hex color #A391CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A391CA is #5C6E35. Grayscale: #9C9C9C. Windows color (decimal): -6057526 or 13275555. OLE color: 13275555.

HSL color Cylindrical-coordinate representation of color #A391CA: hue angle of 258.95º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A391CA is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 163 145 202 -
CMYK 0.19 0.28 0 0.21
HSL 258.95º 0.35% 0.68% -
HSV(B) 258.95º 0.28% 0.79% -
XYZ 35.89 32.3 60.22 -
YUV 156.88 153.46 132.37 -
System Red Green Blue C M Y K H S L
Decimal 163 145 202 0.19 0.28 0 0.21 258.95 0.35 0.68
Hex A3 91 CA 13 1C 0 15 103 23 44
Octal 243 221 312 23 34 0 25 403 43 104
Binary 10100011 10010001 11001010 10011 11100 0 10101 100000011 100011 1000100

Color Harmonies of #A391CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A391CA

Black with #A391CA

Text Example


Text Example

White with #A391CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A391CA; }

 p { color: rgb(163,145,202); }

 H1.HeaderClassName
 {
   color: #A391CA;
 }
 .AnyTagClassName
 {
   color: #A391CA;
 }
</style>

background-color css

<style>
 a { background-color: #A391CA; }

 a { background-color: rgb(163,145,202); }

 div.DivClassName
 {
   background-color: #A391CA;
 }
 .BgClassName
 {
   background-color: #A391CA;
 }
</style>

border-color css

<style>
 span { border-color: #A391CA; }

 span { border-color: rgb(163,145,202); }

 td.TdClassName
 {
   border-color: #A391CA;
 }
 .TagClassName
 {
   border-color: #A391CA;
 }
</style>