Html Css Color HEX #AB3F74 Royal Heath

📋 copy color: '#AB3F74'

red 171 ◦ green 63 ◦ blue 116

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

Shades of Royal Heath #AB3F74

Tints of Royal Heath #AB3F74

RGB

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

 GREEN value IS 63 (25% from 255) = 18%

 BLUE value IS 116 (45.7% from 255) = 33.14%

R = 48.86%
G = 18%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AB3F74 (or 0xAB3F74) is known color: Royal Heath. HEX triplet: AB, 3F and 74. RGB value is (171,63,116). Sum of RGB (Red+Green+Blue) = 171+63+116=350 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.86% from 350); Green value is 63 (25% from 255 or 18% from 350); Blue value is 116 (45.70% from 255 or 33.14% from 350); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3F74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3F74 is #54C08B. Grayscale: #656565. Windows color (decimal): -5554316 or 7618475. OLE color: 7618475.

HSL color Cylindrical-coordinate representation of color #AB3F74: hue angle of 330.56º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AB3F74 is Cyan = 0, Magento = 0.63, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 63 116 -
CMYK 0 0.63 0.32 0.33
HSL 330.56º 0.46% 0.46% -
HSV(B) 330.56º 0.63% 0.67% -
XYZ 21.72 13.47 17.98 -
YUV 101.33 136.28 177.69 -
System Red Green Blue C M Y K H S L
Decimal 171 63 116 0 0.63 0.32 0.33 330.56 0.46 0.46
Hex AB 3F 74 0 3F 20 21 14B 2E 2E
Octal 253 77 164 0 77 40 41 513 56 56
Binary 10101011 111111 1110100 0 111111 100000 100001 101001011 101110 101110

Color Harmonies of #AB3F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3F74

Black with #AB3F74

Text Example


Text Example

White with #AB3F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3F74; }

 p { color: rgb(171,63,116); }

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

background-color css

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

 a { background-color: rgb(171,63,116); }

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

border-color css

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

 span { border-color: rgb(171,63,116); }

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