Html Css Color HEX #A490C9 Cold Purple

📋 copy color: '#A490C9'

red 164 ◦ green 144 ◦ blue 201

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

Shades of Cold Purple #A490C9

Tints of Cold Purple #A490C9

RGB

 RED value IS 164 (64.45% from 255) = 32.22%

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

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

R = 32.22%
G = 28.29%
B = 39.49%

CMYK

 C value IS 0.18

 M value IS 0.28

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A490C9 (or 0xA490C9) is known color: Cold Purple. HEX triplet: A4, 90 and C9. RGB value is (164,144,201). Sum of RGB (Red+Green+Blue) = 164+144+201=509 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.22% from 509); Green value is 144 (56.64% from 255 or 28.29% from 509); Blue value is 201 (78.91% from 255 or 39.49% from 509); Max value from RGB is 201 - color contains mainly: blue. Hex color #A490C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A490C9 is #5B6F36. Grayscale: #9C9C9C. Windows color (decimal): -5992247 or 13209764. OLE color: 13209764.

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

Color convert

RGB 164 144 201 -
CMYK 0.18 0.28 0 0.21
HSL 261.05º 0.35% 0.68% -
HSV(B) 261.05º 0.28% 0.79% -
XYZ 35.83 32.06 59.56 -
YUV 156.48 153.13 133.37 -
System Red Green Blue C M Y K H S L
Decimal 164 144 201 0.18 0.28 0 0.21 261.05 0.35 0.68
Hex A4 90 C9 12 1C 0 15 105 23 44
Octal 244 220 311 22 34 0 25 405 43 104
Binary 10100100 10010000 11001001 10010 11100 0 10101 100000101 100011 1000100

Color Harmonies of #A490C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A490C9

Black with #A490C9

Text Example


Text Example

White with #A490C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A490C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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