Html Css Color HEX #AD24AA Dark Orchid

📋 copy color: '#AD24AA'

red 173 ◦ green 36 ◦ blue 170

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

Shades of Dark Orchid #AD24AA

Tints of Dark Orchid #AD24AA

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.5%

 BLUE value IS 170 (66.8% from 255) = 44.85%

R = 45.65%
G = 9.5%
B = 44.85%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#AD24AA (or 0xAD24AA) is known color: Dark Orchid. HEX triplet: AD, 24 and AA. RGB value is (173,36,170). Sum of RGB (Red+Green+Blue) = 173+36+170=379 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.65% from 379); Green value is 36 (14.45% from 255 or 9.50% from 379); Blue value is 170 (66.80% from 255 or 44.85% from 379); Max value from RGB is 173 - color contains mainly: red. Hex color #AD24AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD24AA is #52DB55. Grayscale: #5B5B5B. Windows color (decimal): -5430102 or 11150509. OLE color: 11150509.

HSL color Cylindrical-coordinate representation of color #AD24AA: hue angle of 301.31º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AD24AA is Cyan = 0, Magento = 0.79, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 36 170 -
CMYK 0 0.79 0.02 0.32
HSL 301.31º 0.66% 0.41% -
HSV(B) 301.31º 0.79% 0.68% -
XYZ 25.12 13.05 39.22 -
YUV 92.24 171.89 185.6 -
System Red Green Blue C M Y K H S L
Decimal 173 36 170 0 0.79 0.02 0.32 301.31 0.66 0.41
Hex AD 24 AA 0 4F 2 20 12D 42 29
Octal 255 44 252 0 117 2 40 455 102 51
Binary 10101101 100100 10101010 0 1001111 10 100000 100101101 1000010 101001

Color Harmonies of #AD24AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD24AA

Black with #AD24AA

Text Example


Text Example

White with #AD24AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD24AA; }

 p { color: rgb(173,36,170); }

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

background-color css

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

 a { background-color: rgb(173,36,170); }

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

border-color css

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

 span { border-color: rgb(173,36,170); }

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