Html Css Color HEX #A190CE Cold Purple

📋 copy color: '#A190CE'

red 161 ◦ green 144 ◦ blue 206

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

Shades of Cold Purple #A190CE

Tints of Cold Purple #A190CE

RGB

 RED value IS 161 (63.28% from 255) = 31.51%

 GREEN value IS 144 (56.64% from 255) = 28.18%

 BLUE value IS 206 (80.86% from 255) = 40.31%

R = 31.51%
G = 28.18%
B = 40.31%

CMYK

 C value IS 0.22

 M value IS 0.30

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A190CE (or 0xA190CE) is known color: Cold Purple. HEX triplet: A1, 90 and CE. RGB value is (161,144,206). Sum of RGB (Red+Green+Blue) = 161+144+206=511 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.51% from 511); Green value is 144 (56.64% from 255 or 28.18% from 511); Blue value is 206 (80.86% from 255 or 40.31% from 511); Max value from RGB is 206 - color contains mainly: blue. Hex color #A190CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A190CE is #5E6F31. Grayscale: #9B9B9B. Windows color (decimal): -6188850 or 13537441. OLE color: 13537441.

HSL color Cylindrical-coordinate representation of color #A190CE: hue angle of 256.45º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A190CE is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 161 144 206 -
CMYK 0.22 0.30 0 0.19
HSL 256.45º 0.39% 0.69% -
HSV(B) 256.45º 0.3% 0.81% -
XYZ 35.81 31.98 62.68 -
YUV 156.15 156.13 131.46 -
System Red Green Blue C M Y K H S L
Decimal 161 144 206 0.22 0.30 0 0.19 256.45 0.39 0.69
Hex A1 90 CE 16 1E 0 13 100 27 45
Octal 241 220 316 26 36 0 23 400 47 105
Binary 10100001 10010000 11001110 10110 11110 0 10011 100000000 100111 1000101

Color Harmonies of #A190CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A190CE

Black with #A190CE

Text Example


Text Example

White with #A190CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A190CE; }

 p { color: rgb(161,144,206); }

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

background-color css

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

 a { background-color: rgb(161,144,206); }

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

border-color css

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

 span { border-color: rgb(161,144,206); }

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