Html Css Color HEX #A090CB Cold Purple

📋 copy color: '#A090CB'

red 160 ◦ green 144 ◦ blue 203

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

Shades of Cold Purple #A090CB

Tints of Cold Purple #A090CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 40.04%

R = 31.56%
G = 28.4%
B = 40.04%

CMYK

 C value IS 0.21

 M value IS 0.29

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A090CB (or 0xA090CB) is known color: Cold Purple. HEX triplet: A0, 90 and CB. RGB value is (160,144,203). Sum of RGB (Red+Green+Blue) = 160+144+203=507 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.56% from 507); Green value is 144 (56.64% from 255 or 28.40% from 507); Blue value is 203 (79.69% from 255 or 40.04% from 507); Max value from RGB is 203 - color contains mainly: blue. Hex color #A090CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A090CB is #5F6F34. Grayscale: #9B9B9B. Windows color (decimal): -6254389 or 13340832. OLE color: 13340832.

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

Color convert

RGB 160 144 203 -
CMYK 0.21 0.29 0 0.20
HSL 256.27º 0.36% 0.68% -
HSV(B) 256.27º 0.29% 0.8% -
XYZ 35.25 31.73 60.77 -
YUV 155.51 154.8 131.2 -
System Red Green Blue C M Y K H S L
Decimal 160 144 203 0.21 0.29 0 0.20 256.27 0.36 0.68
Hex A0 90 CB 15 1D 0 14 100 24 44
Octal 240 220 313 25 35 0 24 400 44 104
Binary 10100000 10010000 11001011 10101 11101 0 10100 100000000 100100 1000100

Color Harmonies of #A090CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A090CB

Black with #A090CB

Text Example


Text Example

White with #A090CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A090CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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