Html Css Color HEX #A490C8 Cold Purple

📋 copy color: '#A490C8'

red 164 ◦ green 144 ◦ blue 200

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

Shades of Cold Purple #A490C8

Tints of Cold Purple #A490C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 39.37%

R = 32.28%
G = 28.35%
B = 39.37%

CMYK

 C value IS 0.18

 M value IS 0.28

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A490C8 (or 0xA490C8) is known color: Cold Purple. HEX triplet: A4, 90 and C8. RGB value is (164,144,200). Sum of RGB (Red+Green+Blue) = 164+144+200=508 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.28% from 508); Green value is 144 (56.64% from 255 or 28.35% from 508); Blue value is 200 (78.52% from 255 or 39.37% from 508); Max value from RGB is 200 - color contains mainly: blue. Hex color #A490C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A490C8 is #5B6F37. Grayscale: #9C9C9C. Windows color (decimal): -5992248 or 13144228. OLE color: 13144228.

HSL color Cylindrical-coordinate representation of color #A490C8: hue angle of 261.43º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A490C8 is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 164 144 200 -
CMYK 0.18 0.28 0 0.22
HSL 261.43º 0.34% 0.67% -
HSV(B) 261.43º 0.28% 0.78% -
XYZ 35.71 32.01 58.94 -
YUV 156.36 152.63 133.45 -
System Red Green Blue C M Y K H S L
Decimal 164 144 200 0.18 0.28 0 0.22 261.43 0.34 0.67
Hex A4 90 C8 12 1C 0 16 105 22 43
Octal 244 220 310 22 34 0 26 405 42 103
Binary 10100100 10010000 11001000 10010 11100 0 10110 100000101 100010 1000011

Color Harmonies of #A490C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A490C8

Black with #A490C8

Text Example


Text Example

White with #A490C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A490C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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