Html Css Color HEX #A290CA Cold Purple

📋 copy color: '#A290CA'

red 162 ◦ green 144 ◦ blue 202

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

Shades of Cold Purple #A290CA

Tints of Cold Purple #A290CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 39.76%

R = 31.89%
G = 28.35%
B = 39.76%

CMYK

 C value IS 0.20

 M value IS 0.29

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A290CA (or 0xA290CA) is known color: Cold Purple. HEX triplet: A2, 90 and CA. RGB value is (162,144,202). Sum of RGB (Red+Green+Blue) = 162+144+202=508 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.89% from 508); Green value is 144 (56.64% from 255 or 28.35% from 508); Blue value is 202 (79.30% from 255 or 39.76% from 508); Max value from RGB is 202 - color contains mainly: blue. Hex color #A290CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A290CA is #5D6F35. Grayscale: #9B9B9B. Windows color (decimal): -6123318 or 13275298. OLE color: 13275298.

HSL color Cylindrical-coordinate representation of color #A290CA: hue angle of 258.62º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A290CA is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 162 144 202 -
CMYK 0.20 0.29 0 0.21
HSL 258.62º 0.35% 0.68% -
HSV(B) 258.62º 0.29% 0.79% -
XYZ 35.53 31.89 60.16 -
YUV 155.99 153.96 132.28 -
System Red Green Blue C M Y K H S L
Decimal 162 144 202 0.20 0.29 0 0.21 258.62 0.35 0.68
Hex A2 90 CA 14 1D 0 15 103 23 44
Octal 242 220 312 24 35 0 25 403 43 104
Binary 10100010 10010000 11001010 10100 11101 0 10101 100000011 100011 1000100

Color Harmonies of #A290CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A290CA

Black with #A290CA

Text Example


Text Example

White with #A290CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A290CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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