Html Css Color HEX #AB4B81 Royal Heath

📋 copy color: '#AB4B81'

red 171 ◦ green 75 ◦ blue 129

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

Shades of Royal Heath #AB4B81

Tints of Royal Heath #AB4B81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 34.4%

R = 45.6%
G = 20%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AB4B81 (or 0xAB4B81) is known color: Royal Heath. HEX triplet: AB, 4B and 81. RGB value is (171,75,129). Sum of RGB (Red+Green+Blue) = 171+75+129=375 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.6% from 375); Green value is 75 (29.69% from 255 or 20% from 375); Blue value is 129 (50.78% from 255 or 34.4% from 375); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4B81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB4B81 is #54B47E. Grayscale: #6D6D6D. Windows color (decimal): -5551231 or 8473515. OLE color: 8473515.

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

Color convert

RGB 171 75 129 -
CMYK 0 0.56 0.25 0.33
HSL 326.25º 0.39% 0.48% -
HSV(B) 326.25º 0.56% 0.67% -
XYZ 23.27 15.28 22.49 -
YUV 109.86 138.8 171.61 -
System Red Green Blue C M Y K H S L
Decimal 171 75 129 0 0.56 0.25 0.33 326.25 0.39 0.48
Hex AB 4B 81 0 38 19 21 146 27 30
Octal 253 113 201 0 70 31 41 506 47 60
Binary 10101011 1001011 10000001 0 111000 11001 100001 101000110 100111 110000

Color Harmonies of #AB4B81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4B81

Black with #AB4B81

Text Example


Text Example

White with #AB4B81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4B81; }

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

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

background-color css

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

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

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

border-color css

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

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

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