Html Css Color HEX #ABA4B4 Chatelle

📋 copy color: '#ABA4B4'

red 171 ◦ green 164 ◦ blue 180

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

Shades of Chatelle #ABA4B4

Tints of Chatelle #ABA4B4

RGB

 RED value IS 171 (67.19% from 255) = 33.2%

 GREEN value IS 164 (64.45% from 255) = 31.84%

 BLUE value IS 180 (70.7% from 255) = 34.95%

R = 33.2%
G = 31.84%
B = 34.95%

CMYK

 C value IS 0.05

 M value IS 0.09

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#ABA4B4 (or 0xABA4B4) is known color: Chatelle. HEX triplet: AB, A4 and B4. RGB value is (171,164,180). Sum of RGB (Red+Green+Blue) = 171+164+180=515 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.20% from 515); Green value is 164 (64.45% from 255 or 31.84% from 515); Blue value is 180 (70.70% from 255 or 34.95% from 515); Max value from RGB is 180 - color contains mainly: blue. Hex color #ABA4B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA4B4 is #545B4B. Grayscale: #A7A7A7. Windows color (decimal): -5528396 or 11838635. OLE color: 11838635.

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

Color convert

RGB 171 164 180 -
CMYK 0.05 0.09 0 0.29
HSL 266.25º 0.1% 0.67% -
HSV(B) 266.25º 0.09% 0.71% -
XYZ 38.31 38.5 48.59 -
YUV 167.92 134.82 130.2 -
System Red Green Blue C M Y K H S L
Decimal 171 164 180 0.05 0.09 0 0.29 266.25 0.1 0.67
Hex AB A4 B4 5 9 0 1D 10A A 43
Octal 253 244 264 5 11 0 35 412 12 103
Binary 10101011 10100100 10110100 101 1001 0 11101 100001010 1010 1000011

Color Harmonies of #ABA4B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA4B4

Black with #ABA4B4

Text Example


Text Example

White with #ABA4B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA4B4; }

 p { color: rgb(171,164,180); }

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

background-color css

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

 a { background-color: rgb(171,164,180); }

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

border-color css

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

 span { border-color: rgb(171,164,180); }

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