Html Css Color HEX #A89FBB Cold Purple

📋 copy color: '#A89FBB'

red 168 ◦ green 159 ◦ blue 187

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

Shades of Cold Purple #A89FBB

Tints of Cold Purple #A89FBB

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30.93%

 BLUE value IS 187 (73.44% from 255) = 36.38%

R = 32.68%
G = 30.93%
B = 36.38%

CMYK

 C value IS 0.10

 M value IS 0.15

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A89FBB (or 0xA89FBB) is known color: Cold Purple. HEX triplet: A8, 9F and BB. RGB value is (168,159,187). Sum of RGB (Red+Green+Blue) = 168+159+187=514 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.68% from 514); Green value is 159 (62.5% from 255 or 30.93% from 514); Blue value is 187 (73.44% from 255 or 36.38% from 514); Max value from RGB is 187 - color contains mainly: blue. Hex color #A89FBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89FBB is #576044. Grayscale: #A4A4A4. Windows color (decimal): -5726277 or 12296104. OLE color: 12296104.

HSL color Cylindrical-coordinate representation of color #A89FBB: hue angle of 259.29º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A89FBB is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 168 159 187 -
CMYK 0.10 0.15 0 0.27
HSL 259.29º 0.17% 0.68% -
HSV(B) 259.29º 0.15% 0.73% -
XYZ 37.52 36.71 52.12 -
YUV 164.88 140.48 130.22 -
System Red Green Blue C M Y K H S L
Decimal 168 159 187 0.10 0.15 0 0.27 259.29 0.17 0.68
Hex A8 9F BB A F 0 1B 103 11 44
Octal 250 237 273 12 17 0 33 403 21 104
Binary 10101000 10011111 10111011 1010 1111 0 11011 100000011 10001 1000100

Color Harmonies of #A89FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89FBB

Black with #A89FBB

Text Example


Text Example

White with #A89FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89FBB; }

 p { color: rgb(168,159,187); }

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

background-color css

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

 a { background-color: rgb(168,159,187); }

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

border-color css

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

 span { border-color: rgb(168,159,187); }

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