Html Css Color HEX #A99BAD Chatelle

📋 copy color: '#A99BAD'

red 169 ◦ green 155 ◦ blue 173

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

Shades of Chatelle #A99BAD

Tints of Chatelle #A99BAD

RGB

 RED value IS 169 (66.41% from 255) = 34%

 GREEN value IS 155 (60.94% from 255) = 31.19%

 BLUE value IS 173 (67.97% from 255) = 34.81%

R = 34%
G = 31.19%
B = 34.81%

CMYK

 C value IS 0.02

 M value IS 0.10

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A99BAD (or 0xA99BAD) is known color: Chatelle. HEX triplet: A9, 9B and AD. RGB value is (169,155,173). Sum of RGB (Red+Green+Blue) = 169+155+173=497 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.00% from 497); Green value is 155 (60.94% from 255 or 31.19% from 497); Blue value is 173 (67.97% from 255 or 34.81% from 497); Max value from RGB is 173 - color contains mainly: blue. Hex color #A99BAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99BAD is #566452. Grayscale: #A1A1A1. Windows color (decimal): -5661779 or 11377577. OLE color: 11377577.

HSL color Cylindrical-coordinate representation of color #A99BAD: hue angle of 286.67º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A99BAD is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 169 155 173 -
CMYK 0.02 0.10 0 0.32
HSL 286.67º 0.1% 0.64% -
HSV(B) 286.67º 0.1% 0.68% -
XYZ 35.63 34.89 44.39 -
YUV 161.24 134.64 133.54 -
System Red Green Blue C M Y K H S L
Decimal 169 155 173 0.02 0.10 0 0.32 286.67 0.1 0.64
Hex A9 9B AD 2 A 0 20 11F A 40
Octal 251 233 255 2 12 0 40 437 12 100
Binary 10101001 10011011 10101101 10 1010 0 100000 100011111 1010 1000000

Color Harmonies of #A99BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99BAD

Black with #A99BAD

Text Example


Text Example

White with #A99BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99BAD; }

 p { color: rgb(169,155,173); }

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

background-color css

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

 a { background-color: rgb(169,155,173); }

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

border-color css

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

 span { border-color: rgb(169,155,173); }

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