Html Css Color HEX #A088BD Cold Purple

📋 copy color: '#A088BD'

red 160 ◦ green 136 ◦ blue 189

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

Shades of Cold Purple #A088BD

Tints of Cold Purple #A088BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 38.97%

R = 32.99%
G = 28.04%
B = 38.97%

CMYK

 C value IS 0.15

 M value IS 0.28

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A088BD (or 0xA088BD) is known color: Cold Purple. HEX triplet: A0, 88 and BD. RGB value is (160,136,189). Sum of RGB (Red+Green+Blue) = 160+136+189=485 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.99% from 485); Green value is 136 (53.52% from 255 or 28.04% from 485); Blue value is 189 (74.22% from 255 or 38.97% from 485); Max value from RGB is 189 - color contains mainly: blue. Hex color #A088BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A088BD is #5F7742. Grayscale: #959595. Windows color (decimal): -6256451 or 12421280. OLE color: 12421280.

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

Color convert

RGB 160 136 189 -
CMYK 0.15 0.28 0 0.26
HSL 267.17º 0.29% 0.64% -
HSV(B) 267.17º 0.28% 0.74% -
XYZ 32.49 28.76 51.98 -
YUV 149.22 150.45 135.69 -
System Red Green Blue C M Y K H S L
Decimal 160 136 189 0.15 0.28 0 0.26 267.17 0.29 0.64
Hex A0 88 BD F 1C 0 1A 10B 1D 40
Octal 240 210 275 17 34 0 32 413 35 100
Binary 10100000 10001000 10111101 1111 11100 0 11010 100001011 11101 1000000

Color Harmonies of #A088BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A088BD

Black with #A088BD

Text Example


Text Example

White with #A088BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A088BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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