Html Css Color HEX #A089BD Cold Purple

📋 copy color: '#A089BD'

red 160 ◦ green 137 ◦ blue 189

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

Shades of Cold Purple #A089BD

Tints of Cold Purple #A089BD

RGB

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

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

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

R = 32.92%
G = 28.19%
B = 38.89%

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

#A089BD (or 0xA089BD) is known color: Cold Purple. HEX triplet: A0, 89 and BD. RGB value is (160,137,189). Sum of RGB (Red+Green+Blue) = 160+137+189=486 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.92% from 486); Green value is 137 (53.91% from 255 or 28.19% from 486); Blue value is 189 (74.22% from 255 or 38.89% from 486); Max value from RGB is 189 - color contains mainly: blue. Hex color #A089BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A089BD is #5F7642. Grayscale: #959595. Windows color (decimal): -6256195 or 12421536. OLE color: 12421536.

HSL color Cylindrical-coordinate representation of color #A089BD: hue angle of 266.54º degrees, saturation: 0.28, 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 #A089BD is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 160 137 189 -
CMYK 0.15 0.28 0 0.26
HSL 266.54º 0.28% 0.64% -
HSV(B) 266.54º 0.28% 0.74% -
XYZ 32.63 29.04 52.03 -
YUV 149.81 150.12 135.27 -
System Red Green Blue C M Y K H S L
Decimal 160 137 189 0.15 0.28 0 0.26 266.54 0.28 0.64
Hex A0 89 BD F 1C 0 1A 10B 1C 40
Octal 240 211 275 17 34 0 32 413 34 100
Binary 10100000 10001001 10111101 1111 11100 0 11010 100001011 11100 1000000

Color Harmonies of #A089BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A089BD

Black with #A089BD

Text Example


Text Example

White with #A089BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A089BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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