Html Css Color HEX #AB506C Blush

📋 copy color: '#AB506C'

red 171 ◦ green 80 ◦ blue 108

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

Shades of Blush #AB506C

Tints of Blush #AB506C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.28%

 BLUE value IS 108 (42.58% from 255) = 30.08%

R = 47.63%
G = 22.28%
B = 30.08%

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

#AB506C (or 0xAB506C) is known color: Blush. HEX triplet: AB, 50 and 6C. RGB value is (171,80,108). Sum of RGB (Red+Green+Blue) = 171+80+108=359 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.63% from 359); Green value is 80 (31.64% from 255 or 22.28% from 359); Blue value is 108 (42.58% from 255 or 30.08% from 359); Max value from RGB is 171 - color contains mainly: red. Hex color #AB506C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB506C is #54AF93. Grayscale: #6E6E6E. Windows color (decimal): -5549972 or 7098539. OLE color: 7098539.

HSL color Cylindrical-coordinate representation of color #AB506C: hue angle of 341.54º 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 #AB506C is Cyan = 0, Magento = 0.53, Yellow = 0.37 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 80 108 -
CMYK 0 0.53 0.37 0.33
HSL 341.54º 0.36% 0.49% -
HSV(B) 341.54º 0.53% 0.67% -
XYZ 22.37 15.48 16 -
YUV 110.4 126.65 171.22 -
System Red Green Blue C M Y K H S L
Decimal 171 80 108 0 0.53 0.37 0.33 341.54 0.36 0.49
Hex AB 50 6C 0 35 25 21 156 24 31
Octal 253 120 154 0 65 45 41 526 44 61
Binary 10101011 1010000 1101100 0 110101 100101 100001 101010110 100100 110001

Color Harmonies of #AB506C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB506C

Black with #AB506C

Text Example


Text Example

White with #AB506C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB506C; }

 p { color: rgb(171,80,108); }

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

background-color css

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

 a { background-color: rgb(171,80,108); }

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

border-color css

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

 span { border-color: rgb(171,80,108); }

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