Html Css Color HEX #A89EBC Cold Purple

📋 copy color: '#A89EBC'

red 168 ◦ green 158 ◦ blue 188

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

Shades of Cold Purple #A89EBC

Tints of Cold Purple #A89EBC

RGB

 RED value IS 168 (66.02% from 255) = 32.68%

 GREEN value IS 158 (62.11% from 255) = 30.74%

 BLUE value IS 188 (73.83% from 255) = 36.58%

R = 32.68%
G = 30.74%
B = 36.58%

CMYK

 C value IS 0.11

 M value IS 0.16

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A89EBC (or 0xA89EBC) is known color: Cold Purple. HEX triplet: A8, 9E and BC. RGB value is (168,158,188). Sum of RGB (Red+Green+Blue) = 168+158+188=514 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.68% from 514); Green value is 158 (62.11% from 255 or 30.74% from 514); Blue value is 188 (73.83% from 255 or 36.58% from 514); Max value from RGB is 188 - color contains mainly: blue. Hex color #A89EBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89EBC is #576143. Grayscale: #A4A4A4. Windows color (decimal): -5726532 or 12361384. OLE color: 12361384.

HSL color Cylindrical-coordinate representation of color #A89EBC: hue angle of 260º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A89EBC is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 168 158 188 -
CMYK 0.11 0.16 0 0.26
HSL 260º 0.18% 0.68% -
HSV(B) 260º 0.16% 0.74% -
XYZ 37.45 36.41 52.63 -
YUV 164.41 141.31 130.56 -
System Red Green Blue C M Y K H S L
Decimal 168 158 188 0.11 0.16 0 0.26 260 0.18 0.68
Hex A8 9E BC B 10 0 1A 104 12 44
Octal 250 236 274 13 20 0 32 404 22 104
Binary 10101000 10011110 10111100 1011 10000 0 11010 100000100 10010 1000100

Color Harmonies of #A89EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89EBC

Black with #A89EBC

Text Example


Text Example

White with #A89EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89EBC; }

 p { color: rgb(168,158,188); }

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

background-color css

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

 a { background-color: rgb(168,158,188); }

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

border-color css

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

 span { border-color: rgb(168,158,188); }

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