Html Css Color HEX #A090CE Cold Purple

📋 copy color: '#A090CE'

red 160 ◦ green 144 ◦ blue 206

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

Shades of Cold Purple #A090CE

Tints of Cold Purple #A090CE

RGB

 RED value IS 160 (62.89% from 255) = 31.37%

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

 BLUE value IS 206 (80.86% from 255) = 40.39%

R = 31.37%
G = 28.24%
B = 40.39%

CMYK

 C value IS 0.22

 M value IS 0.30

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A090CE (or 0xA090CE) is known color: Cold Purple. HEX triplet: A0, 90 and CE. RGB value is (160,144,206). Sum of RGB (Red+Green+Blue) = 160+144+206=510 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.37% from 510); Green value is 144 (56.64% from 255 or 28.24% from 510); Blue value is 206 (80.86% from 255 or 40.39% from 510); Max value from RGB is 206 - color contains mainly: blue. Hex color #A090CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A090CE is #5F6F31. Grayscale: #9B9B9B. Windows color (decimal): -6254386 or 13537440. OLE color: 13537440.

HSL color Cylindrical-coordinate representation of color #A090CE: hue angle of 255.48º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A090CE is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 160 144 206 -
CMYK 0.22 0.30 0 0.19
HSL 255.48º 0.39% 0.69% -
HSV(B) 255.48º 0.3% 0.81% -
XYZ 35.61 31.88 62.67 -
YUV 155.85 156.3 130.96 -
System Red Green Blue C M Y K H S L
Decimal 160 144 206 0.22 0.30 0 0.19 255.48 0.39 0.69
Hex A0 90 CE 16 1E 0 13 FF 27 45
Octal 240 220 316 26 36 0 23 377 47 105
Binary 10100000 10010000 11001110 10110 11110 0 10011 11111111 100111 1000101

Color Harmonies of #A090CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A090CE

Black with #A090CE

Text Example


Text Example

White with #A090CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A090CE; }

 p { color: rgb(160,144,206); }

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

background-color css

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

 a { background-color: rgb(160,144,206); }

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

border-color css

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

 span { border-color: rgb(160,144,206); }

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