Html Css Color HEX #A088CC Cold Purple

📋 copy color: '#A088CC'

red 160 ◦ green 136 ◦ blue 204

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

Shades of Cold Purple #A088CC

Tints of Cold Purple #A088CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.8%

R = 32%
G = 27.2%
B = 40.8%

CMYK

 C value IS 0.22

 M value IS 0.33

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A088CC (or 0xA088CC) is known color: Cold Purple. HEX triplet: A0, 88 and CC. RGB value is (160,136,204). Sum of RGB (Red+Green+Blue) = 160+136+204=500 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32% from 500); Green value is 136 (53.52% from 255 or 27.2% from 500); Blue value is 204 (80.08% from 255 or 40.8% from 500); Max value from RGB is 204 - color contains mainly: blue. Hex color #A088CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A088CC is #5F7733. Grayscale: #969696. Windows color (decimal): -6256436 or 13404320. OLE color: 13404320.

HSL color Cylindrical-coordinate representation of color #A088CC: hue angle of 261.18º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A088CC is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 160 136 204 -
CMYK 0.22 0.33 0 0.2
HSL 261.18º 0.4% 0.67% -
HSV(B) 261.18º 0.33% 0.8% -
XYZ 34.2 29.44 61.01 -
YUV 150.93 157.95 134.47 -
System Red Green Blue C M Y K H S L
Decimal 160 136 204 0.22 0.33 0 0.2 261.18 0.4 0.67
Hex A0 88 CC 16 21 0 14 105 28 43
Octal 240 210 314 26 41 0 24 405 50 103
Binary 10100000 10001000 11001100 10110 100001 0 10100 100000101 101000 1000011

Color Harmonies of #A088CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A088CC

Black with #A088CC

Text Example


Text Example

White with #A088CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A088CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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