Html Css Color HEX #AB516B Blush

📋 copy color: '#AB516B'

red 171 ◦ green 81 ◦ blue 107

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

Shades of Blush #AB516B

Tints of Blush #AB516B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.56%

 BLUE value IS 107 (42.19% from 255) = 29.81%

R = 47.63%
G = 22.56%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AB516B (or 0xAB516B) is known color: Blush. HEX triplet: AB, 51 and 6B. RGB value is (171,81,107). Sum of RGB (Red+Green+Blue) = 171+81+107=359 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.63% from 359); Green value is 81 (32.03% from 255 or 22.56% from 359); Blue value is 107 (42.19% from 255 or 29.81% from 359); Max value from RGB is 171 - color contains mainly: red. Hex color #AB516B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB516B is #54AE94. Grayscale: #6E6E6E. Windows color (decimal): -5549717 or 7033259. OLE color: 7033259.

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

Color convert

RGB 171 81 107 -
CMYK 0 0.53 0.37 0.33
HSL 342.67º 0.36% 0.49% -
HSV(B) 342.67º 0.53% 0.67% -
XYZ 22.39 15.6 15.74 -
YUV 110.87 125.82 170.89 -
System Red Green Blue C M Y K H S L
Decimal 171 81 107 0 0.53 0.37 0.33 342.67 0.36 0.49
Hex AB 51 6B 0 35 25 21 157 24 31
Octal 253 121 153 0 65 45 41 527 44 61
Binary 10101011 1010001 1101011 0 110101 100101 100001 101010111 100100 110001

Color Harmonies of #AB516B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB516B

Black with #AB516B

Text Example


Text Example

White with #AB516B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB516B; }

 p { color: rgb(171,81,107); }

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

background-color css

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

 a { background-color: rgb(171,81,107); }

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

border-color css

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

 span { border-color: rgb(171,81,107); }

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