Html Css Color HEX #A089BE Cold Purple

📋 copy color: '#A089BE'

red 160 ◦ green 137 ◦ blue 190

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

Shades of Cold Purple #A089BE

Tints of Cold Purple #A089BE

RGB

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

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

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

R = 32.85%
G = 28.13%
B = 39.01%

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

#A089BE (or 0xA089BE) is known color: Cold Purple. HEX triplet: A0, 89 and BE. RGB value is (160,137,190). Sum of RGB (Red+Green+Blue) = 160+137+190=487 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.85% from 487); Green value is 137 (53.91% from 255 or 28.13% from 487); Blue value is 190 (74.61% from 255 or 39.01% from 487); Max value from RGB is 190 - color contains mainly: blue. Hex color #A089BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A089BE is #5F7641. Grayscale: #959595. Windows color (decimal): -6256194 or 12487072. OLE color: 12487072.

HSL color Cylindrical-coordinate representation of color #A089BE: hue angle of 266.04º 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 #A089BE is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 137 190 -
CMYK 0.16 0.28 0 0.25
HSL 266.04º 0.29% 0.64% -
HSV(B) 266.04º 0.28% 0.75% -
XYZ 32.74 29.08 52.6 -
YUV 149.92 150.62 135.19 -
System Red Green Blue C M Y K H S L
Decimal 160 137 190 0.16 0.28 0 0.25 266.04 0.29 0.64
Hex A0 89 BE 10 1C 0 19 10A 1D 40
Octal 240 211 276 20 34 0 31 412 35 100
Binary 10100000 10001001 10111110 10000 11100 0 11001 100001010 11101 1000000

Color Harmonies of #A089BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A089BE

Black with #A089BE

Text Example


Text Example

White with #A089BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A089BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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