Html Css Color HEX #AD417C Royal Heath

📋 copy color: '#AD417C'

red 173 ◦ green 65 ◦ blue 124

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

Shades of Royal Heath #AD417C

Tints of Royal Heath #AD417C

RGB

 RED value IS 173 (67.97% from 255) = 47.79%

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

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

R = 47.79%
G = 17.96%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AD417C (or 0xAD417C) is known color: Royal Heath. HEX triplet: AD, 41 and 7C. RGB value is (173,65,124). Sum of RGB (Red+Green+Blue) = 173+65+124=362 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.79% from 362); Green value is 65 (25.78% from 255 or 17.96% from 362); Blue value is 124 (48.83% from 255 or 34.25% from 362); Max value from RGB is 173 - color contains mainly: red. Hex color #AD417C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD417C is #52BE83. Grayscale: #676767. Windows color (decimal): -5422724 or 8143277. OLE color: 8143277.

HSL color Cylindrical-coordinate representation of color #AD417C: hue angle of 327.22º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AD417C is Cyan = 0, Magento = 0.62, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 65 124 -
CMYK 0 0.62 0.28 0.32
HSL 327.22º 0.45% 0.47% -
HSV(B) 327.22º 0.62% 0.68% -
XYZ 22.76 14.12 20.59 -
YUV 104.02 139.28 177.2 -
System Red Green Blue C M Y K H S L
Decimal 173 65 124 0 0.62 0.28 0.32 327.22 0.45 0.47
Hex AD 41 7C 0 3E 1C 20 147 2D 2F
Octal 255 101 174 0 76 34 40 507 55 57
Binary 10101101 1000001 1111100 0 111110 11100 100000 101000111 101101 101111

Color Harmonies of #AD417C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD417C

Black with #AD417C

Text Example


Text Example

White with #AD417C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD417C; }

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

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

background-color css

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

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

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

border-color css

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

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

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