Html Css Color HEX #AB4474 Royal Heath

📋 copy color: '#AB4474'

red 171 ◦ green 68 ◦ blue 116

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

Shades of Royal Heath #AB4474

Tints of Royal Heath #AB4474

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.15%

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

R = 48.17%
G = 19.15%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AB4474 (or 0xAB4474) is known color: Royal Heath. HEX triplet: AB, 44 and 74. RGB value is (171,68,116). Sum of RGB (Red+Green+Blue) = 171+68+116=355 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.17% from 355); Green value is 68 (26.95% from 255 or 19.15% from 355); Blue value is 116 (45.70% from 255 or 32.68% from 355); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4474 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4474 is #54BB8B. Grayscale: #686868. Windows color (decimal): -5553036 or 7619755. OLE color: 7619755.

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

Color convert

RGB 171 68 116 -
CMYK 0 0.60 0.32 0.33
HSL 332.04º 0.43% 0.47% -
HSV(B) 332.04º 0.6% 0.67% -
XYZ 22.01 14.05 18.08 -
YUV 104.27 134.62 175.6 -
System Red Green Blue C M Y K H S L
Decimal 171 68 116 0 0.60 0.32 0.33 332.04 0.43 0.47
Hex AB 44 74 0 3C 20 21 14C 2B 2F
Octal 253 104 164 0 74 40 41 514 53 57
Binary 10101011 1000100 1110100 0 111100 100000 100001 101001100 101011 101111

Color Harmonies of #AB4474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4474

Black with #AB4474

Text Example


Text Example

White with #AB4474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4474; }

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

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

background-color css

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

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

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

border-color css

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

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

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