Html Css Color HEX #AB5268 Blush

📋 copy color: '#AB5268'

red 171 ◦ green 82 ◦ blue 104

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

Shades of Blush #AB5268

Tints of Blush #AB5268

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.97%

 BLUE value IS 104 (41.02% from 255) = 29.13%

R = 47.9%
G = 22.97%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#AB5268 (or 0xAB5268) is known color: Blush. HEX triplet: AB, 52 and 68. RGB value is (171,82,104). Sum of RGB (Red+Green+Blue) = 171+82+104=357 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.90% from 357); Green value is 82 (32.42% from 255 or 22.97% from 357); Blue value is 104 (41.02% from 255 or 29.13% from 357); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5268 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5268 is #54AD97. Grayscale: #6F6F6F. Windows color (decimal): -5549464 or 6836907. OLE color: 6836907.

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

Color convert

RGB 171 82 104 -
CMYK 0 0.52 0.39 0.33
HSL 345.17º 0.35% 0.5% -
HSV(B) 345.17º 0.52% 0.67% -
XYZ 22.31 15.69 14.95 -
YUV 111.12 123.99 170.71 -
System Red Green Blue C M Y K H S L
Decimal 171 82 104 0 0.52 0.39 0.33 345.17 0.35 0.5
Hex AB 52 68 0 34 27 21 159 23 32
Octal 253 122 150 0 64 47 41 531 43 62
Binary 10101011 1010010 1101000 0 110100 100111 100001 101011001 100011 110010

Color Harmonies of #AB5268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5268

Black with #AB5268

Text Example


Text Example

White with #AB5268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5268; }

 p { color: rgb(171,82,104); }

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

background-color css

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

 a { background-color: rgb(171,82,104); }

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

border-color css

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

 span { border-color: rgb(171,82,104); }

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