Html Css Color HEX #AB4B6F Royal Heath

📋 copy color: '#AB4B6F'

red 171 ◦ green 75 ◦ blue 111

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

Shades of Royal Heath #AB4B6F

Tints of Royal Heath #AB4B6F

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.01%

 BLUE value IS 111 (43.75% from 255) = 31.09%

R = 47.9%
G = 21.01%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AB4B6F (or 0xAB4B6F) is known color: Royal Heath. HEX triplet: AB, 4B and 6F. RGB value is (171,75,111). Sum of RGB (Red+Green+Blue) = 171+75+111=357 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.90% from 357); Green value is 75 (29.69% from 255 or 21.01% from 357); Blue value is 111 (43.75% from 255 or 31.09% from 357); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4B6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4B6F is #54B490. Grayscale: #6B6B6B. Windows color (decimal): -5551249 or 7293867. OLE color: 7293867.

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

Color convert

RGB 171 75 111 -
CMYK 0 0.56 0.35 0.33
HSL 337.5º 0.39% 0.48% -
HSV(B) 337.5º 0.56% 0.67% -
XYZ 22.18 14.84 16.73 -
YUV 107.81 129.8 173.07 -
System Red Green Blue C M Y K H S L
Decimal 171 75 111 0 0.56 0.35 0.33 337.5 0.39 0.48
Hex AB 4B 6F 0 38 23 21 152 27 30
Octal 253 113 157 0 70 43 41 522 47 60
Binary 10101011 1001011 1101111 0 111000 100011 100001 101010010 100111 110000

Color Harmonies of #AB4B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4B6F

Black with #AB4B6F

Text Example


Text Example

White with #AB4B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4B6F; }

 p { color: rgb(171,75,111); }

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

background-color css

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

 a { background-color: rgb(171,75,111); }

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

border-color css

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

 span { border-color: rgb(171,75,111); }

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