Html Css Color HEX #AB4B7F Royal Heath

📋 copy color: '#AB4B7F'

red 171 ◦ green 75 ◦ blue 127

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

Shades of Royal Heath #AB4B7F

Tints of Royal Heath #AB4B7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 34.05%

R = 45.84%
G = 20.11%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AB4B7F (or 0xAB4B7F) is known color: Royal Heath. HEX triplet: AB, 4B and 7F. RGB value is (171,75,127). Sum of RGB (Red+Green+Blue) = 171+75+127=373 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.84% from 373); Green value is 75 (29.69% from 255 or 20.11% from 373); Blue value is 127 (50% from 255 or 34.05% from 373); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4B7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4B7F is #54B480. Grayscale: #6D6D6D. Windows color (decimal): -5551233 or 8342443. OLE color: 8342443.

HSL color Cylindrical-coordinate representation of color #AB4B7F: hue angle of 327.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 #AB4B7F is Cyan = 0, Magento = 0.56, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 75 127 -
CMYK 0 0.56 0.26 0.33
HSL 327.5º 0.39% 0.48% -
HSV(B) 327.5º 0.56% 0.67% -
XYZ 23.14 15.22 21.8 -
YUV 109.63 137.8 171.77 -
System Red Green Blue C M Y K H S L
Decimal 171 75 127 0 0.56 0.26 0.33 327.5 0.39 0.48
Hex AB 4B 7F 0 38 1A 21 148 27 30
Octal 253 113 177 0 70 32 41 510 47 60
Binary 10101011 1001011 1111111 0 111000 11010 100001 101001000 100111 110000

Color Harmonies of #AB4B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4B7F

Black with #AB4B7F

Text Example


Text Example

White with #AB4B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4B7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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