Html Css Color HEX #A089D0 Cold Purple

📋 copy color: '#A089D0'

red 160 ◦ green 137 ◦ blue 208

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

Shades of Cold Purple #A089D0

Tints of Cold Purple #A089D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 41.19%

R = 31.68%
G = 27.13%
B = 41.19%

CMYK

 C value IS 0.23

 M value IS 0.34

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A089D0 (or 0xA089D0) is known color: Cold Purple. HEX triplet: A0, 89 and D0. RGB value is (160,137,208). Sum of RGB (Red+Green+Blue) = 160+137+208=505 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.68% from 505); Green value is 137 (53.91% from 255 or 27.13% from 505); Blue value is 208 (81.64% from 255 or 41.19% from 505); Max value from RGB is 208 - color contains mainly: blue. Hex color #A089D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A089D0 is #5F762F. Grayscale: #979797. Windows color (decimal): -6256176 or 13666720. OLE color: 13666720.

HSL color Cylindrical-coordinate representation of color #A089D0: hue angle of 259.44º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A089D0 is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 160 137 208 -
CMYK 0.23 0.34 0 0.18
HSL 259.44º 0.43% 0.68% -
HSV(B) 259.44º 0.34% 0.82% -
XYZ 34.83 29.92 63.61 -
YUV 151.97 159.62 133.73 -
System Red Green Blue C M Y K H S L
Decimal 160 137 208 0.23 0.34 0 0.18 259.44 0.43 0.68
Hex A0 89 D0 17 22 0 12 103 2B 44
Octal 240 211 320 27 42 0 22 403 53 104
Binary 10100000 10001001 11010000 10111 100010 0 10010 100000011 101011 1000100

Color Harmonies of #A089D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A089D0

Black with #A089D0

Text Example


Text Example

White with #A089D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A089D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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