Html Css Color HEX #AD417B Royal Heath

📋 copy color: '#AD417B'

red 173 ◦ green 65 ◦ blue 123

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

Shades of Royal Heath #AD417B

Tints of Royal Heath #AD417B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 34.07%

R = 47.92%
G = 18.01%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#AD417B (or 0xAD417B) is known color: Royal Heath. HEX triplet: AD, 41 and 7B. RGB value is (173,65,123). Sum of RGB (Red+Green+Blue) = 173+65+123=361 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.92% from 361); Green value is 65 (25.78% from 255 or 18.01% from 361); Blue value is 123 (48.44% from 255 or 34.07% from 361); Max value from RGB is 173 - color contains mainly: red. Hex color #AD417B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD417B is #52BE84. Grayscale: #676767. Windows color (decimal): -5422725 or 8077741. OLE color: 8077741.

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

Color convert

RGB 173 65 123 -
CMYK 0 0.62 0.29 0.32
HSL 327.78º 0.45% 0.47% -
HSV(B) 327.78º 0.62% 0.68% -
XYZ 22.7 14.09 20.26 -
YUV 103.9 138.78 177.28 -
System Red Green Blue C M Y K H S L
Decimal 173 65 123 0 0.62 0.29 0.32 327.78 0.45 0.47
Hex AD 41 7B 0 3E 1D 20 148 2D 2F
Octal 255 101 173 0 76 35 40 510 55 57
Binary 10101101 1000001 1111011 0 111110 11101 100000 101001000 101101 101111

Color Harmonies of #AD417B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD417B

Black with #AD417B

Text Example


Text Example

White with #AD417B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD417B; }

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

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

background-color css

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

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

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

border-color css

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

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

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