Html Css Color HEX #A89EB6 Cold Purple

📋 copy color: '#A89EB6'

red 168 ◦ green 158 ◦ blue 182

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

Shades of Cold Purple #A89EB6

Tints of Cold Purple #A89EB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 35.83%

R = 33.07%
G = 31.1%
B = 35.83%

CMYK

 C value IS 0.08

 M value IS 0.13

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A89EB6 (or 0xA89EB6) is known color: Cold Purple. HEX triplet: A8, 9E and B6. RGB value is (168,158,182). Sum of RGB (Red+Green+Blue) = 168+158+182=508 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.07% from 508); Green value is 158 (62.11% from 255 or 31.10% from 508); Blue value is 182 (71.48% from 255 or 35.83% from 508); Max value from RGB is 182 - color contains mainly: blue. Hex color #A89EB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89EB6 is #576149. Grayscale: #A3A3A3. Windows color (decimal): -5726538 or 11968168. OLE color: 11968168.

HSL color Cylindrical-coordinate representation of color #A89EB6: hue angle of 265º degrees, saturation: 0.14, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A89EB6 is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 168 158 182 -
CMYK 0.08 0.13 0 0.29
HSL 265º 0.14% 0.67% -
HSV(B) 265º 0.13% 0.71% -
XYZ 36.82 36.16 49.29 -
YUV 163.73 138.31 131.05 -
System Red Green Blue C M Y K H S L
Decimal 168 158 182 0.08 0.13 0 0.29 265 0.14 0.67
Hex A8 9E B6 8 D 0 1D 109 E 43
Octal 250 236 266 10 15 0 35 411 16 103
Binary 10101000 10011110 10110110 1000 1101 0 11101 100001001 1110 1000011

Color Harmonies of #A89EB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89EB6

Black with #A89EB6

Text Example


Text Example

White with #A89EB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89EB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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