Html Css Color HEX #AB4075 Royal Heath

📋 copy color: '#AB4075'

red 171 ◦ green 64 ◦ blue 117

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

Shades of Royal Heath #AB4075

Tints of Royal Heath #AB4075

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.18%

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

R = 48.58%
G = 18.18%
B = 33.24%

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

#AB4075 (or 0xAB4075) is known color: Royal Heath. HEX triplet: AB, 40 and 75. RGB value is (171,64,117). Sum of RGB (Red+Green+Blue) = 171+64+117=352 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.58% from 352); Green value is 64 (25.39% from 255 or 18.18% from 352); Blue value is 117 (46.09% from 255 or 33.24% from 352); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4075 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4075 is #54BF8A. Grayscale: #656565. Windows color (decimal): -5554059 or 7684267. OLE color: 7684267.

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

Color convert

RGB 171 64 117 -
CMYK 0 0.63 0.32 0.33
HSL 330.28º 0.46% 0.46% -
HSV(B) 330.28º 0.63% 0.67% -
XYZ 21.84 13.61 18.31 -
YUV 102.04 136.45 177.19 -
System Red Green Blue C M Y K H S L
Decimal 171 64 117 0 0.63 0.32 0.33 330.28 0.46 0.46
Hex AB 40 75 0 3F 20 21 14A 2E 2E
Octal 253 100 165 0 77 40 41 512 56 56
Binary 10101011 1000000 1110101 0 111111 100000 100001 101001010 101110 101110

Color Harmonies of #AB4075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4075

Black with #AB4075

Text Example


Text Example

White with #AB4075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4075; }

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

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

background-color css

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

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

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

border-color css

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

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

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