Html Css Color HEX #AB4C7A Royal Heath

📋 copy color: '#AB4C7A'

red 171 ◦ green 76 ◦ blue 122

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

Shades of Royal Heath #AB4C7A

Tints of Royal Heath #AB4C7A

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.6%

 BLUE value IS 122 (48.05% from 255) = 33.06%

R = 46.34%
G = 20.6%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AB4C7A (or 0xAB4C7A) is known color: Royal Heath. HEX triplet: AB, 4C and 7A. RGB value is (171,76,122). Sum of RGB (Red+Green+Blue) = 171+76+122=369 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.34% from 369); Green value is 76 (30.08% from 255 or 20.60% from 369); Blue value is 122 (48.05% from 255 or 33.06% from 369); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4C7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4C7A is #54B385. Grayscale: #6D6D6D. Windows color (decimal): -5550982 or 8015019. OLE color: 8015019.

HSL color Cylindrical-coordinate representation of color #AB4C7A: hue angle of 330.95º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AB4C7A is Cyan = 0, Magento = 0.56, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 76 122 -
CMYK 0 0.56 0.29 0.33
HSL 330.95º 0.38% 0.48% -
HSV(B) 330.95º 0.56% 0.67% -
XYZ 22.89 15.23 20.15 -
YUV 109.65 134.97 171.76 -
System Red Green Blue C M Y K H S L
Decimal 171 76 122 0 0.56 0.29 0.33 330.95 0.38 0.48
Hex AB 4C 7A 0 38 1D 21 14B 26 30
Octal 253 114 172 0 70 35 41 513 46 60
Binary 10101011 1001100 1111010 0 111000 11101 100001 101001011 100110 110000

Color Harmonies of #AB4C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4C7A

Black with #AB4C7A

Text Example


Text Example

White with #AB4C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4C7A; }

 p { color: rgb(171,76,122); }

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

background-color css

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

 a { background-color: rgb(171,76,122); }

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

border-color css

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

 span { border-color: rgb(171,76,122); }

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