Html Css Color HEX #AB4078 Royal Heath

📋 copy color: '#AB4078'

red 171 ◦ green 64 ◦ blue 120

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

Shades of Royal Heath #AB4078

Tints of Royal Heath #AB4078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 33.8%

R = 48.17%
G = 18.03%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.30

 K value IS 0.33

RGB Variations

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

Color information

#AB4078 (or 0xAB4078) is known color: Royal Heath. HEX triplet: AB, 40 and 78. RGB value is (171,64,120). Sum of RGB (Red+Green+Blue) = 171+64+120=355 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.17% from 355); Green value is 64 (25.39% from 255 or 18.03% from 355); Blue value is 120 (47.27% from 255 or 33.80% from 355); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4078 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4078 is #54BF87. Grayscale: #666666. Windows color (decimal): -5554056 or 7880875. OLE color: 7880875.

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

Color convert

RGB 171 64 120 -
CMYK 0 0.63 0.30 0.33
HSL 328.6º 0.46% 0.46% -
HSV(B) 328.6º 0.63% 0.67% -
XYZ 22.02 13.68 19.25 -
YUV 102.38 137.95 176.95 -
System Red Green Blue C M Y K H S L
Decimal 171 64 120 0 0.63 0.30 0.33 328.6 0.46 0.46
Hex AB 40 78 0 3F 1E 21 149 2E 2E
Octal 253 100 170 0 77 36 41 511 56 56
Binary 10101011 1000000 1111000 0 111111 11110 100001 101001001 101110 101110

Color Harmonies of #AB4078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4078

Black with #AB4078

Text Example


Text Example

White with #AB4078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4078; }

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

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

background-color css

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

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

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

border-color css

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

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

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