Html Css Color HEX #AB417C Royal Heath

📋 copy color: '#AB417C'

red 171 ◦ green 65 ◦ blue 124

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

Shades of Royal Heath #AB417C

Tints of Royal Heath #AB417C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.06%

 BLUE value IS 124 (48.83% from 255) = 34.44%

R = 47.5%
G = 18.06%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AB417C (or 0xAB417C) is known color: Royal Heath. HEX triplet: AB, 41 and 7C. RGB value is (171,65,124). Sum of RGB (Red+Green+Blue) = 171+65+124=360 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.5% from 360); Green value is 65 (25.78% from 255 or 18.06% from 360); Blue value is 124 (48.83% from 255 or 34.44% from 360); Max value from RGB is 171 - color contains mainly: red. Hex color #AB417C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB417C is #54BE83. Grayscale: #676767. Windows color (decimal): -5553796 or 8143275. OLE color: 8143275.

HSL color Cylindrical-coordinate representation of color #AB417C: hue angle of 326.6º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AB417C is Cyan = 0, Magento = 0.62, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 65 124 -
CMYK 0 0.62 0.27 0.33
HSL 326.6º 0.45% 0.46% -
HSV(B) 326.6º 0.62% 0.67% -
XYZ 22.32 13.89 20.57 -
YUV 103.42 139.62 176.2 -
System Red Green Blue C M Y K H S L
Decimal 171 65 124 0 0.62 0.27 0.33 326.6 0.45 0.46
Hex AB 41 7C 0 3E 1B 21 147 2D 2E
Octal 253 101 174 0 76 33 41 507 55 56
Binary 10101011 1000001 1111100 0 111110 11011 100001 101000111 101101 101110

Color Harmonies of #AB417C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB417C

Black with #AB417C

Text Example


Text Example

White with #AB417C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB417C; }

 p { color: rgb(171,65,124); }

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

background-color css

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

 a { background-color: rgb(171,65,124); }

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

border-color css

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

 span { border-color: rgb(171,65,124); }

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