Html Css Color HEX #AD457E Royal Heath

📋 copy color: '#AD457E'

red 173 ◦ green 69 ◦ blue 126

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

Shades of Royal Heath #AD457E

Tints of Royal Heath #AD457E

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.75%

 BLUE value IS 126 (49.61% from 255) = 34.24%

R = 47.01%
G = 18.75%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.27

 K value IS 0.32

RGB Variations

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

Color information

#AD457E (or 0xAD457E) is known color: Royal Heath. HEX triplet: AD, 45 and 7E. RGB value is (173,69,126). Sum of RGB (Red+Green+Blue) = 173+69+126=368 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.01% from 368); Green value is 69 (27.34% from 255 or 18.75% from 368); Blue value is 126 (49.61% from 255 or 34.24% from 368); Max value from RGB is 173 - color contains mainly: red. Hex color #AD457E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD457E is #52BA81. Grayscale: #6A6A6A. Windows color (decimal): -5421698 or 8275373. OLE color: 8275373.

HSL color Cylindrical-coordinate representation of color #AD457E: hue angle of 327.12º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD457E is Cyan = 0, Magento = 0.60, Yellow = 0.27 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 69 126 -
CMYK 0 0.60 0.27 0.32
HSL 327.12º 0.43% 0.47% -
HSV(B) 327.12º 0.6% 0.68% -
XYZ 23.13 14.65 21.35 -
YUV 106.59 138.96 175.37 -
System Red Green Blue C M Y K H S L
Decimal 173 69 126 0 0.60 0.27 0.32 327.12 0.43 0.47
Hex AD 45 7E 0 3C 1B 20 147 2B 2F
Octal 255 105 176 0 74 33 40 507 53 57
Binary 10101101 1000101 1111110 0 111100 11011 100000 101000111 101011 101111

Color Harmonies of #AD457E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD457E

Black with #AD457E

Text Example


Text Example

White with #AD457E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD457E; }

 p { color: rgb(173,69,126); }

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

background-color css

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

 a { background-color: rgb(173,69,126); }

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

border-color css

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

 span { border-color: rgb(173,69,126); }

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