Html Css Color HEX #AD4275 Royal Heath

📋 copy color: '#AD4275'

red 173 ◦ green 66 ◦ blue 117

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

Shades of Royal Heath #AD4275

Tints of Royal Heath #AD4275

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.54%

 BLUE value IS 117 (46.09% from 255) = 32.87%

R = 48.6%
G = 18.54%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#AD4275 (or 0xAD4275) is known color: Royal Heath. HEX triplet: AD, 42 and 75. RGB value is (173,66,117). Sum of RGB (Red+Green+Blue) = 173+66+117=356 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.60% from 356); Green value is 66 (26.17% from 255 or 18.54% from 356); Blue value is 117 (46.09% from 255 or 32.87% from 356); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4275 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4275 is #52BD8A. Grayscale: #676767. Windows color (decimal): -5422475 or 7684781. OLE color: 7684781.

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

Color convert

RGB 173 66 117 -
CMYK 0 0.62 0.32 0.32
HSL 331.4º 0.45% 0.47% -
HSV(B) 331.4º 0.62% 0.68% -
XYZ 22.39 14.07 18.36 -
YUV 103.81 135.45 177.35 -
System Red Green Blue C M Y K H S L
Decimal 173 66 117 0 0.62 0.32 0.32 331.4 0.45 0.47
Hex AD 42 75 0 3E 20 20 14B 2D 2F
Octal 255 102 165 0 76 40 40 513 55 57
Binary 10101101 1000010 1110101 0 111110 100000 100000 101001011 101101 101111

Color Harmonies of #AD4275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4275

Black with #AD4275

Text Example


Text Example

White with #AD4275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4275; }

 p { color: rgb(173,66,117); }

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

background-color css

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

 a { background-color: rgb(173,66,117); }

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

border-color css

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

 span { border-color: rgb(173,66,117); }

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