Html Css Color HEX #A899BB Cold Purple

📋 copy color: '#A899BB'

red 168 ◦ green 153 ◦ blue 187

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

Shades of Cold Purple #A899BB

Tints of Cold Purple #A899BB

RGB

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

 GREEN value IS 153 (60.16% from 255) = 30.12%

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

R = 33.07%
G = 30.12%
B = 36.81%

CMYK

 C value IS 0.10

 M value IS 0.18

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A899BB (or 0xA899BB) is known color: Cold Purple. HEX triplet: A8, 99 and BB. RGB value is (168,153,187). Sum of RGB (Red+Green+Blue) = 168+153+187=508 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.07% from 508); Green value is 153 (60.16% from 255 or 30.12% from 508); Blue value is 187 (73.44% from 255 or 36.81% from 508); Max value from RGB is 187 - color contains mainly: blue. Hex color #A899BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A899BB is #576644. Grayscale: #A1A1A1. Windows color (decimal): -5727813 or 12294568. OLE color: 12294568.

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

Color convert

RGB 168 153 187 -
CMYK 0.10 0.18 0 0.27
HSL 266.47º 0.2% 0.67% -
HSV(B) 266.47º 0.18% 0.73% -
XYZ 36.51 34.7 51.79 -
YUV 161.36 142.47 132.74 -
System Red Green Blue C M Y K H S L
Decimal 168 153 187 0.10 0.18 0 0.27 266.47 0.2 0.67
Hex A8 99 BB A 12 0 1B 10A 14 43
Octal 250 231 273 12 22 0 33 412 24 103
Binary 10101000 10011001 10111011 1010 10010 0 11011 100001010 10100 1000011

Color Harmonies of #A899BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A899BB

Black with #A899BB

Text Example


Text Example

White with #A899BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A899BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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