Html Css Color HEX #AD4174 Royal Heath

📋 copy color: '#AD4174'

red 173 ◦ green 65 ◦ blue 116

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

Shades of Royal Heath #AD4174

Tints of Royal Heath #AD4174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 32.77%

R = 48.87%
G = 18.36%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.33

 K value IS 0.32

RGB Variations

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

Color information

#AD4174 (or 0xAD4174) is known color: Royal Heath. HEX triplet: AD, 41 and 74. RGB value is (173,65,116). Sum of RGB (Red+Green+Blue) = 173+65+116=354 (46% of max value = 765). Red value is 173 (67.97% from 255 or 48.87% from 354); Green value is 65 (25.78% from 255 or 18.36% from 354); Blue value is 116 (45.70% from 255 or 32.77% from 354); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4174 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4174 is #52BE8B. Grayscale: #676767. Windows color (decimal): -5422732 or 7618989. OLE color: 7618989.

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

Color convert

RGB 173 65 116 -
CMYK 0 0.62 0.33 0.32
HSL 331.67º 0.45% 0.47% -
HSV(B) 331.67º 0.62% 0.68% -
XYZ 22.28 13.93 18.04 -
YUV 103.11 135.28 177.85 -
System Red Green Blue C M Y K H S L
Decimal 173 65 116 0 0.62 0.33 0.32 331.67 0.45 0.47
Hex AD 41 74 0 3E 21 20 14C 2D 2F
Octal 255 101 164 0 76 41 40 514 55 57
Binary 10101101 1000001 1110100 0 111110 100001 100000 101001100 101101 101111

Color Harmonies of #AD4174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4174

Black with #AD4174

Text Example


Text Example

White with #AD4174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4174; }

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

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

background-color css

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

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

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

border-color css

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

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

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