Html Css Color HEX #A088BE Cold Purple

📋 copy color: '#A088BE'

red 160 ◦ green 136 ◦ blue 190

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

Shades of Cold Purple #A088BE

Tints of Cold Purple #A088BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 39.09%

R = 32.92%
G = 27.98%
B = 39.09%

CMYK

 C value IS 0.16

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A088BE (or 0xA088BE) is known color: Cold Purple. HEX triplet: A0, 88 and BE. RGB value is (160,136,190). Sum of RGB (Red+Green+Blue) = 160+136+190=486 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.92% from 486); Green value is 136 (53.52% from 255 or 27.98% from 486); Blue value is 190 (74.61% from 255 or 39.09% from 486); Max value from RGB is 190 - color contains mainly: blue. Hex color #A088BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A088BE is #5F7741. Grayscale: #959595. Windows color (decimal): -6256450 or 12486816. OLE color: 12486816.

HSL color Cylindrical-coordinate representation of color #A088BE: hue angle of 266.67º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A088BE is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 136 190 -
CMYK 0.16 0.28 0 0.25
HSL 266.67º 0.29% 0.64% -
HSV(B) 266.67º 0.28% 0.75% -
XYZ 32.6 28.8 52.56 -
YUV 149.33 150.95 135.61 -
System Red Green Blue C M Y K H S L
Decimal 160 136 190 0.16 0.28 0 0.25 266.67 0.29 0.64
Hex A0 88 BE 10 1C 0 19 10B 1D 40
Octal 240 210 276 20 34 0 31 413 35 100
Binary 10100000 10001000 10111110 10000 11100 0 11001 100001011 11101 1000000

Color Harmonies of #A088BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A088BE

Black with #A088BE

Text Example


Text Example

White with #A088BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A088BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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