#AD4B7A

Color #AD4B7A Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #AD4B7A

Tints of Royal Heath #AD4B7A

Color information

#AD4B7A (or 0xAD4B7A) is unknown color: approx Royal Heath. HEX triplet: AD, 4B and 7A. RGB value is (173,75,122). Sum of RGB (Red+Green+Blue) = 173+75+122=370 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.76% from 370); Green value is 75 (29.69% from 255 or 20.27% from 370); Blue value is 122 (48.05% from 255 or 32.97% from 370); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4B7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4B7A is #52B485. Grayscale: #6D6D6D. Windows color (decimal): -5420166 or 8014765. OLE color: 8014765.

HSL color Cylindrical-coordinate representation of color #AD4B7A: hue angle of 331.22º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AD4B7A is Cyan = 0, Magento = 0.57, Yellow = 0.29 and Black (K on CMYK) = 0.32.

Color convert

RGB17375122-
CMYK00.570.290.32
HSL331.22º39.52%48.63%-
HSV(B)331.22º56.65%67.84%-
XYZ23.2615.3220.14-
YUV109.66134.97173.18-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.76%
GREEN value IS 75 (29.69% from 255) = 20.27%
BLUE value IS 122 (48.05% from 255) = 32.97%
R=46.76%
G=20.27%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1737512200.570.290.32331.2239.5248.63
HexAD4B7A0391D2014b2831
Octal25511317207135405135061
Binary1010110110010111111010011100111101100000101001011101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4B7A; }

 p { color: rgb(173,75,122); }

 H1.HeaderClassName
 {
   color: #AD4B7A;
 }
 .AnyTagClassName
 {
   color: #AD4B7A;
 }
</style>
background-color css

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

 a { background-color: rgb(173,75,122); }

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

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

 span { border-color: rgb(173,75,122); }

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