Html Css Color HEX #A89CBB Cold Purple

📋 copy color: '#A89CBB'

red 168 ◦ green 156 ◦ blue 187

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

Shades of Cold Purple #A89CBB

Tints of Cold Purple #A89CBB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 30.53%

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

R = 32.88%
G = 30.53%
B = 36.59%

CMYK

 C value IS 0.10

 M value IS 0.17

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A89CBB (or 0xA89CBB) is known color: Cold Purple. HEX triplet: A8, 9C and BB. RGB value is (168,156,187). Sum of RGB (Red+Green+Blue) = 168+156+187=511 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.88% from 511); Green value is 156 (61.33% from 255 or 30.53% from 511); Blue value is 187 (73.44% from 255 or 36.59% from 511); Max value from RGB is 187 - color contains mainly: blue. Hex color #A89CBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89CBB is #576344. Grayscale: #A3A3A3. Windows color (decimal): -5727045 or 12295336. OLE color: 12295336.

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

Color convert

RGB 168 156 187 -
CMYK 0.10 0.17 0 0.27
HSL 263.23º 0.19% 0.67% -
HSV(B) 263.23º 0.17% 0.73% -
XYZ 37.01 35.69 51.95 -
YUV 163.12 141.48 131.48 -
System Red Green Blue C M Y K H S L
Decimal 168 156 187 0.10 0.17 0 0.27 263.23 0.19 0.67
Hex A8 9C BB A 11 0 1B 107 13 43
Octal 250 234 273 12 21 0 33 407 23 103
Binary 10101000 10011100 10111011 1010 10001 0 11011 100000111 10011 1000011

Color Harmonies of #A89CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89CBB

Black with #A89CBB

Text Example


Text Example

White with #A89CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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