Html Css Color HEX #A290C9 Cold Purple

📋 copy color: '#A290C9'

red 162 ◦ green 144 ◦ blue 201

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

Shades of Cold Purple #A290C9

Tints of Cold Purple #A290C9

RGB

 RED value IS 162 (63.67% from 255) = 31.95%

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

 BLUE value IS 201 (78.91% from 255) = 39.64%

R = 31.95%
G = 28.4%
B = 39.64%

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

#A290C9 (or 0xA290C9) is known color: Cold Purple. HEX triplet: A2, 90 and C9. RGB value is (162,144,201). Sum of RGB (Red+Green+Blue) = 162+144+201=507 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.95% from 507); Green value is 144 (56.64% from 255 or 28.40% from 507); Blue value is 201 (78.91% from 255 or 39.64% from 507); Max value from RGB is 201 - color contains mainly: blue. Hex color #A290C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A290C9 is #5D6F36. Grayscale: #9B9B9B. Windows color (decimal): -6123319 or 13209762. OLE color: 13209762.

HSL color Cylindrical-coordinate representation of color #A290C9: 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 #A290C9 is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 162 144 201 -
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.42 31.84 59.54 -
YUV 155.88 153.46 132.37 -
System Red Green Blue C M Y K H S L
Decimal 162 144 201 0.19 0.28 0 0.21 258.95 0.35 0.68
Hex A2 90 C9 13 1C 0 15 103 23 44
Octal 242 220 311 23 34 0 25 403 43 104
Binary 10100010 10010000 11001001 10011 11100 0 10101 100000011 100011 1000100

Color Harmonies of #A290C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A290C9

Black with #A290C9

Text Example


Text Example

White with #A290C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A290C9; }

 p { color: rgb(162,144,201); }

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

background-color css

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

 a { background-color: rgb(162,144,201); }

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

border-color css

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

 span { border-color: rgb(162,144,201); }

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