Html Css Color HEX #AD427A Royal Heath

📋 copy color: '#AD427A'

red 173 ◦ green 66 ◦ blue 122

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

Shades of Royal Heath #AD427A

Tints of Royal Heath #AD427A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 33.8%

R = 47.92%
G = 18.28%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#AD427A (or 0xAD427A) is known color: Royal Heath. HEX triplet: AD, 42 and 7A. RGB value is (173,66,122). Sum of RGB (Red+Green+Blue) = 173+66+122=361 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.92% from 361); Green value is 66 (26.17% from 255 or 18.28% from 361); Blue value is 122 (48.05% from 255 or 33.80% from 361); Max value from RGB is 173 - color contains mainly: red. Hex color #AD427A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD427A is #52BD85. Grayscale: #686868. Windows color (decimal): -5422470 or 8012461. OLE color: 8012461.

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

Color convert

RGB 173 66 122 -
CMYK 0 0.62 0.29 0.32
HSL 328.6º 0.45% 0.47% -
HSV(B) 328.6º 0.62% 0.68% -
XYZ 22.69 14.19 19.95 -
YUV 104.38 137.95 176.95 -
System Red Green Blue C M Y K H S L
Decimal 173 66 122 0 0.62 0.29 0.32 328.6 0.45 0.47
Hex AD 42 7A 0 3E 1D 20 149 2D 2F
Octal 255 102 172 0 76 35 40 511 55 57
Binary 10101101 1000010 1111010 0 111110 11101 100000 101001001 101101 101111

Color Harmonies of #AD427A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD427A

Black with #AD427A

Text Example


Text Example

White with #AD427A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD427A; }

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

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

background-color css

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

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

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

border-color css

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

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

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