Html Css Color HEX #AB4374 Royal Heath

📋 copy color: '#AB4374'

red 171 ◦ green 67 ◦ blue 116

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

Shades of Royal Heath #AB4374

Tints of Royal Heath #AB4374

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.93%

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

R = 48.31%
G = 18.93%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AB4374 (or 0xAB4374) is known color: Royal Heath. HEX triplet: AB, 43 and 74. RGB value is (171,67,116). Sum of RGB (Red+Green+Blue) = 171+67+116=354 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.31% from 354); Green value is 67 (26.56% from 255 or 18.93% from 354); Blue value is 116 (45.70% from 255 or 32.77% from 354); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4374 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4374 is #54BC8B. Grayscale: #676767. Windows color (decimal): -5553292 or 7619499. OLE color: 7619499.

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

Color convert

RGB 171 67 116 -
CMYK 0 0.61 0.32 0.33
HSL 331.73º 0.44% 0.47% -
HSV(B) 331.73º 0.61% 0.67% -
XYZ 21.95 13.93 18.06 -
YUV 103.68 134.96 176.02 -
System Red Green Blue C M Y K H S L
Decimal 171 67 116 0 0.61 0.32 0.33 331.73 0.44 0.47
Hex AB 43 74 0 3D 20 21 14C 2C 2F
Octal 253 103 164 0 75 40 41 514 54 57
Binary 10101011 1000011 1110100 0 111101 100000 100001 101001100 101100 101111

Color Harmonies of #AB4374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4374

Black with #AB4374

Text Example


Text Example

White with #AB4374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4374; }

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

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

background-color css

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

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

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

border-color css

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

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

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