Html Css Color HEX #AB506A Blush

📋 copy color: '#AB506A'

red 171 ◦ green 80 ◦ blue 106

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

Shades of Blush #AB506A

Tints of Blush #AB506A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 29.69%

R = 47.9%
G = 22.41%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AB506A (or 0xAB506A) is known color: Blush. HEX triplet: AB, 50 and 6A. RGB value is (171,80,106). Sum of RGB (Red+Green+Blue) = 171+80+106=357 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.90% from 357); Green value is 80 (31.64% from 255 or 22.41% from 357); Blue value is 106 (41.80% from 255 or 29.69% from 357); Max value from RGB is 171 - color contains mainly: red. Hex color #AB506A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB506A is #54AF95. Grayscale: #6E6E6E. Windows color (decimal): -5549974 or 6967467. OLE color: 6967467.

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

Color convert

RGB 171 80 106 -
CMYK 0 0.53 0.38 0.33
HSL 342.86º 0.36% 0.49% -
HSV(B) 342.86º 0.53% 0.67% -
XYZ 22.26 15.44 15.44 -
YUV 110.17 125.65 171.39 -
System Red Green Blue C M Y K H S L
Decimal 171 80 106 0 0.53 0.38 0.33 342.86 0.36 0.49
Hex AB 50 6A 0 35 26 21 157 24 31
Octal 253 120 152 0 65 46 41 527 44 61
Binary 10101011 1010000 1101010 0 110101 100110 100001 101010111 100100 110001

Color Harmonies of #AB506A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB506A

Black with #AB506A

Text Example


Text Example

White with #AB506A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB506A; }

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

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

background-color css

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

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

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

border-color css

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

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

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