Html Css Color HEX #AB5865 Blush

📋 copy color: '#AB5865'

red 171 ◦ green 88 ◦ blue 101

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

Shades of Blush #AB5865

Tints of Blush #AB5865

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.44%

 BLUE value IS 101 (39.84% from 255) = 28.06%

R = 47.5%
G = 24.44%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AB5865 (or 0xAB5865) is known color: Blush. HEX triplet: AB, 58 and 65. RGB value is (171,88,101). Sum of RGB (Red+Green+Blue) = 171+88+101=360 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.5% from 360); Green value is 88 (34.77% from 255 or 24.44% from 360); Blue value is 101 (39.84% from 255 or 28.06% from 360); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5865 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5865 is #54A79A. Grayscale: #727272. Windows color (decimal): -5547931 or 6641835. OLE color: 6641835.

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

Color convert

RGB 171 88 101 -
CMYK 0 0.49 0.41 0.33
HSL 350.6º 0.33% 0.51% -
HSV(B) 350.6º 0.49% 0.67% -
XYZ 22.63 16.58 14.32 -
YUV 114.3 120.5 168.44 -
System Red Green Blue C M Y K H S L
Decimal 171 88 101 0 0.49 0.41 0.33 350.6 0.33 0.51
Hex AB 58 65 0 31 29 21 15F 21 33
Octal 253 130 145 0 61 51 41 537 41 63
Binary 10101011 1011000 1100101 0 110001 101001 100001 101011111 100001 110011

Color Harmonies of #AB5865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5865

Black with #AB5865

Text Example


Text Example

White with #AB5865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5865; }

 p { color: rgb(171,88,101); }

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

background-color css

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

 a { background-color: rgb(171,88,101); }

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

border-color css

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

 span { border-color: rgb(171,88,101); }

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