Html Css Color HEX #AB4775 Royal Heath

📋 copy color: '#AB4775'

red 171 ◦ green 71 ◦ blue 117

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

Shades of Royal Heath #AB4775

Tints of Royal Heath #AB4775

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.78%

 BLUE value IS 117 (46.09% from 255) = 32.59%

R = 47.63%
G = 19.78%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AB4775 (or 0xAB4775) is known color: Royal Heath. HEX triplet: AB, 47 and 75. RGB value is (171,71,117). Sum of RGB (Red+Green+Blue) = 171+71+117=359 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.63% from 359); Green value is 71 (28.12% from 255 or 19.78% from 359); Blue value is 117 (46.09% from 255 or 32.59% from 359); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4775 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4775 is #54B88A. Grayscale: #6A6A6A. Windows color (decimal): -5552267 or 7686059. OLE color: 7686059.

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

Color convert

RGB 171 71 117 -
CMYK 0 0.58 0.32 0.33
HSL 332.4º 0.41% 0.47% -
HSV(B) 332.4º 0.58% 0.67% -
XYZ 22.26 14.45 18.45 -
YUV 106.14 134.13 174.26 -
System Red Green Blue C M Y K H S L
Decimal 171 71 117 0 0.58 0.32 0.33 332.4 0.41 0.47
Hex AB 47 75 0 3A 20 21 14C 29 2F
Octal 253 107 165 0 72 40 41 514 51 57
Binary 10101011 1000111 1110101 0 111010 100000 100001 101001100 101001 101111

Color Harmonies of #AB4775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4775

Black with #AB4775

Text Example


Text Example

White with #AB4775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4775; }

 p { color: rgb(171,71,117); }

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

background-color css

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

 a { background-color: rgb(171,71,117); }

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

border-color css

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

 span { border-color: rgb(171,71,117); }

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