Html Css Color HEX #AB5770 Blush

📋 copy color: '#AB5770'

red 171 ◦ green 87 ◦ blue 112

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

Shades of Blush #AB5770

Tints of Blush #AB5770

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.51%

 BLUE value IS 112 (44.14% from 255) = 30.27%

R = 46.22%
G = 23.51%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AB5770 (or 0xAB5770) is known color: Blush. HEX triplet: AB, 57 and 70. RGB value is (171,87,112). Sum of RGB (Red+Green+Blue) = 171+87+112=370 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.22% from 370); Green value is 87 (34.38% from 255 or 23.51% from 370); Blue value is 112 (44.14% from 255 or 30.27% from 370); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5770 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5770 is #54A88F. Grayscale: #727272. Windows color (decimal): -5548176 or 7362475. OLE color: 7362475.

HSL color Cylindrical-coordinate representation of color #AB5770: hue angle of 342.14º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AB5770 is Cyan = 0, Magento = 0.49, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 87 112 -
CMYK 0 0.49 0.35 0.33
HSL 342.14º 0.33% 0.51% -
HSV(B) 342.14º 0.49% 0.67% -
XYZ 23.13 16.64 17.32 -
YUV 114.97 126.33 167.97 -
System Red Green Blue C M Y K H S L
Decimal 171 87 112 0 0.49 0.35 0.33 342.14 0.33 0.51
Hex AB 57 70 0 31 23 21 156 21 33
Octal 253 127 160 0 61 43 41 526 41 63
Binary 10101011 1010111 1110000 0 110001 100011 100001 101010110 100001 110011

Color Harmonies of #AB5770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5770

Black with #AB5770

Text Example


Text Example

White with #AB5770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5770; }

 p { color: rgb(171,87,112); }

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

background-color css

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

 a { background-color: rgb(171,87,112); }

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

border-color css

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

 span { border-color: rgb(171,87,112); }

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