Html Css Color HEX #A290C2 Cold Purple

📋 copy color: '#A290C2'

red 162 ◦ green 144 ◦ blue 194

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

Shades of Cold Purple #A290C2

Tints of Cold Purple #A290C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 38.8%

R = 32.4%
G = 28.8%
B = 38.8%

CMYK

 C value IS 0.16

 M value IS 0.26

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A290C2 (or 0xA290C2) is known color: Cold Purple. HEX triplet: A2, 90 and C2. RGB value is (162,144,194). Sum of RGB (Red+Green+Blue) = 162+144+194=500 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.4% from 500); Green value is 144 (56.64% from 255 or 28.8% from 500); Blue value is 194 (76.17% from 255 or 38.8% from 500); Max value from RGB is 194 - color contains mainly: blue. Hex color #A290C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A290C2 is #5D6F3D. Grayscale: #9A9A9A. Windows color (decimal): -6123326 or 12751010. OLE color: 12751010.

HSL color Cylindrical-coordinate representation of color #A290C2: hue angle of 261.6º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A290C2 is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 162 144 194 -
CMYK 0.16 0.26 0 0.24
HSL 261.6º 0.29% 0.66% -
HSV(B) 261.6º 0.26% 0.76% -
XYZ 34.61 31.52 55.3 -
YUV 155.08 149.96 132.93 -
System Red Green Blue C M Y K H S L
Decimal 162 144 194 0.16 0.26 0 0.24 261.6 0.29 0.66
Hex A2 90 C2 10 1A 0 18 106 1D 42
Octal 242 220 302 20 32 0 30 406 35 102
Binary 10100010 10010000 11000010 10000 11010 0 11000 100000110 11101 1000010

Color Harmonies of #A290C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A290C2

Black with #A290C2

Text Example


Text Example

White with #A290C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A290C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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