Html Css Color HEX #A089BA Cold Purple

📋 copy color: '#A089BA'

red 160 ◦ green 137 ◦ blue 186

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

Shades of Cold Purple #A089BA

Tints of Cold Purple #A089BA

RGB

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

 GREEN value IS 137 (53.91% from 255) = 28.36%

 BLUE value IS 186 (73.05% from 255) = 38.51%

R = 33.13%
G = 28.36%
B = 38.51%

CMYK

 C value IS 0.14

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A089BA (or 0xA089BA) is known color: Cold Purple. HEX triplet: A0, 89 and BA. RGB value is (160,137,186). Sum of RGB (Red+Green+Blue) = 160+137+186=483 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.13% from 483); Green value is 137 (53.91% from 255 or 28.36% from 483); Blue value is 186 (73.05% from 255 or 38.51% from 483); Max value from RGB is 186 - color contains mainly: blue. Hex color #A089BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A089BA is #5F7645. Grayscale: #959595. Windows color (decimal): -6256198 or 12224928. OLE color: 12224928.

HSL color Cylindrical-coordinate representation of color #A089BA: hue angle of 268.16º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A089BA is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 160 137 186 -
CMYK 0.14 0.26 0 0.27
HSL 268.16º 0.26% 0.63% -
HSV(B) 268.16º 0.26% 0.73% -
XYZ 32.31 28.91 50.33 -
YUV 149.46 148.62 135.52 -
System Red Green Blue C M Y K H S L
Decimal 160 137 186 0.14 0.26 0 0.27 268.16 0.26 0.63
Hex A0 89 BA E 1A 0 1B 10C 1A 3F
Octal 240 211 272 16 32 0 33 414 32 77
Binary 10100000 10001001 10111010 1110 11010 0 11011 100001100 11010 111111

Color Harmonies of #A089BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A089BA

Black with #A089BA

Text Example


Text Example

White with #A089BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A089BA; }

 p { color: rgb(160,137,186); }

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

background-color css

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

 a { background-color: rgb(160,137,186); }

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

border-color css

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

 span { border-color: rgb(160,137,186); }

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