Html Css Color HEX #AD457B Royal Heath

📋 copy color: '#AD457B'

red 173 ◦ green 69 ◦ blue 123

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

Shades of Royal Heath #AD457B

Tints of Royal Heath #AD457B

RGB

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

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

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

R = 47.4%
G = 18.9%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#AD457B (or 0xAD457B) is known color: Royal Heath. HEX triplet: AD, 45 and 7B. RGB value is (173,69,123). Sum of RGB (Red+Green+Blue) = 173+69+123=365 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.40% from 365); Green value is 69 (27.34% from 255 or 18.90% from 365); Blue value is 123 (48.44% from 255 or 33.70% from 365); Max value from RGB is 173 - color contains mainly: red. Hex color #AD457B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD457B is #52BA84. Grayscale: #6A6A6A. Windows color (decimal): -5421701 or 8078765. OLE color: 8078765.

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

Color convert

RGB 173 69 123 -
CMYK 0 0.60 0.29 0.32
HSL 328.85º 0.43% 0.47% -
HSV(B) 328.85º 0.6% 0.68% -
XYZ 22.94 14.57 20.34 -
YUV 106.25 137.46 175.61 -
System Red Green Blue C M Y K H S L
Decimal 173 69 123 0 0.60 0.29 0.32 328.85 0.43 0.47
Hex AD 45 7B 0 3C 1D 20 149 2B 2F
Octal 255 105 173 0 74 35 40 511 53 57
Binary 10101101 1000101 1111011 0 111100 11101 100000 101001001 101011 101111

Color Harmonies of #AD457B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD457B

Black with #AD457B

Text Example


Text Example

White with #AD457B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD457B; }

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

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

background-color css

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

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

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

border-color css

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

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

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