Html Css Color HEX #AB4B83 Royal Heath

📋 copy color: '#AB4B83'

red 171 ◦ green 75 ◦ blue 131

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

Shades of Royal Heath #AB4B83

Tints of Royal Heath #AB4B83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 34.75%

R = 45.36%
G = 19.89%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#AB4B83 (or 0xAB4B83) is known color: Royal Heath. HEX triplet: AB, 4B and 83. RGB value is (171,75,131). Sum of RGB (Red+Green+Blue) = 171+75+131=377 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.36% from 377); Green value is 75 (29.69% from 255 or 19.89% from 377); Blue value is 131 (51.56% from 255 or 34.75% from 377); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4B83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB4B83 is #54B47C. Grayscale: #6D6D6D. Windows color (decimal): -5551229 or 8604587. OLE color: 8604587.

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

Color convert

RGB 171 75 131 -
CMYK 0 0.56 0.23 0.33
HSL 325º 0.39% 0.48% -
HSV(B) 325º 0.56% 0.67% -
XYZ 23.41 15.33 23.2 -
YUV 110.09 139.8 171.45 -
System Red Green Blue C M Y K H S L
Decimal 171 75 131 0 0.56 0.23 0.33 325 0.39 0.48
Hex AB 4B 83 0 38 17 21 145 27 30
Octal 253 113 203 0 70 27 41 505 47 60
Binary 10101011 1001011 10000011 0 111000 10111 100001 101000101 100111 110000

Color Harmonies of #AB4B83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4B83

Black with #AB4B83

Text Example


Text Example

White with #AB4B83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4B83; }

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

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

background-color css

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

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

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

border-color css

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

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

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