Html Css Color HEX #A088C9 Cold Purple

📋 copy color: '#A088C9'

red 160 ◦ green 136 ◦ blue 201

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

Shades of Cold Purple #A088C9

Tints of Cold Purple #A088C9

RGB

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

 GREEN value IS 136 (53.52% from 255) = 27.36%

 BLUE value IS 201 (78.91% from 255) = 40.44%

R = 32.19%
G = 27.36%
B = 40.44%

CMYK

 C value IS 0.20

 M value IS 0.32

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A088C9 (or 0xA088C9) is known color: Cold Purple. HEX triplet: A0, 88 and C9. RGB value is (160,136,201). Sum of RGB (Red+Green+Blue) = 160+136+201=497 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.19% from 497); Green value is 136 (53.52% from 255 or 27.36% from 497); Blue value is 201 (78.91% from 255 or 40.44% from 497); Max value from RGB is 201 - color contains mainly: blue. Hex color #A088C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A088C9 is #5F7736. Grayscale: #969696. Windows color (decimal): -6256439 or 13207712. OLE color: 13207712.

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

Color convert

RGB 160 136 201 -
CMYK 0.20 0.32 0 0.21
HSL 262.15º 0.38% 0.66% -
HSV(B) 262.15º 0.32% 0.79% -
XYZ 33.84 29.3 59.13 -
YUV 150.59 156.45 134.71 -
System Red Green Blue C M Y K H S L
Decimal 160 136 201 0.20 0.32 0 0.21 262.15 0.38 0.66
Hex A0 88 C9 14 20 0 15 106 26 42
Octal 240 210 311 24 40 0 25 406 46 102
Binary 10100000 10001000 11001001 10100 100000 0 10101 100000110 100110 1000010

Color Harmonies of #A088C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A088C9

Black with #A088C9

Text Example


Text Example

White with #A088C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A088C9; }

 p { color: rgb(160,136,201); }

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

background-color css

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

 a { background-color: rgb(160,136,201); }

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

border-color css

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

 span { border-color: rgb(160,136,201); }

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