Html Css Color HEX #A290CD Cold Purple

📋 copy color: '#A290CD'

red 162 ◦ green 144 ◦ blue 205

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

Shades of Cold Purple #A290CD

Tints of Cold Purple #A290CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.12%

R = 31.7%
G = 28.18%
B = 40.12%

CMYK

 C value IS 0.21

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A290CD (or 0xA290CD) is known color: Cold Purple. HEX triplet: A2, 90 and CD. RGB value is (162,144,205). Sum of RGB (Red+Green+Blue) = 162+144+205=511 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.70% from 511); Green value is 144 (56.64% from 255 or 28.18% from 511); Blue value is 205 (80.47% from 255 or 40.12% from 511); Max value from RGB is 205 - color contains mainly: blue. Hex color #A290CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A290CD is #5D6F32. Grayscale: #9C9C9C. Windows color (decimal): -6123315 or 13471906. OLE color: 13471906.

HSL color Cylindrical-coordinate representation of color #A290CD: hue angle of 257.7º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A290CD is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 162 144 205 -
CMYK 0.21 0.30 0 0.20
HSL 257.7º 0.38% 0.68% -
HSV(B) 257.7º 0.3% 0.8% -
XYZ 35.89 32.04 62.05 -
YUV 156.34 155.46 132.04 -
System Red Green Blue C M Y K H S L
Decimal 162 144 205 0.21 0.30 0 0.20 257.7 0.38 0.68
Hex A2 90 CD 15 1E 0 14 102 26 44
Octal 242 220 315 25 36 0 24 402 46 104
Binary 10100010 10010000 11001101 10101 11110 0 10100 100000010 100110 1000100

Color Harmonies of #A290CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A290CD

Black with #A290CD

Text Example


Text Example

White with #A290CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A290CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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