Html Css Color HEX #A089CE Cold Purple

📋 copy color: '#A089CE'

red 160 ◦ green 137 ◦ blue 206

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

Shades of Cold Purple #A089CE

Tints of Cold Purple #A089CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.95%

R = 31.81%
G = 27.24%
B = 40.95%

CMYK

 C value IS 0.22

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A089CE (or 0xA089CE) is known color: Cold Purple. HEX triplet: A0, 89 and CE. RGB value is (160,137,206). Sum of RGB (Red+Green+Blue) = 160+137+206=503 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.81% from 503); Green value is 137 (53.91% from 255 or 27.24% from 503); Blue value is 206 (80.86% from 255 or 40.95% from 503); Max value from RGB is 206 - color contains mainly: blue. Hex color #A089CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A089CE is #5F7631. Grayscale: #979797. Windows color (decimal): -6256178 or 13535648. OLE color: 13535648.

HSL color Cylindrical-coordinate representation of color #A089CE: hue angle of 260º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A089CE is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 160 137 206 -
CMYK 0.22 0.33 0 0.19
HSL 260º 0.41% 0.67% -
HSV(B) 260º 0.33% 0.81% -
XYZ 34.58 29.82 62.33 -
YUV 151.74 158.62 133.89 -
System Red Green Blue C M Y K H S L
Decimal 160 137 206 0.22 0.33 0 0.19 260 0.41 0.67
Hex A0 89 CE 16 21 0 13 104 29 43
Octal 240 211 316 26 41 0 23 404 51 103
Binary 10100000 10001001 11001110 10110 100001 0 10011 100000100 101001 1000011

Color Harmonies of #A089CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A089CE

Black with #A089CE

Text Example


Text Example

White with #A089CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A089CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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