Html Css Color HEX #AD25AA Dark Orchid

📋 copy color: '#AD25AA'

red 173 ◦ green 37 ◦ blue 170

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

Shades of Dark Orchid #AD25AA

Tints of Dark Orchid #AD25AA

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.74%

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

R = 45.53%
G = 9.74%
B = 44.74%

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

#AD25AA (or 0xAD25AA) is known color: Dark Orchid. HEX triplet: AD, 25 and AA. RGB value is (173,37,170). Sum of RGB (Red+Green+Blue) = 173+37+170=380 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.53% from 380); Green value is 37 (14.84% from 255 or 9.74% from 380); Blue value is 170 (66.80% from 255 or 44.74% from 380); Max value from RGB is 173 - color contains mainly: red. Hex color #AD25AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD25AA is #52DA55. Grayscale: #5C5C5C. Windows color (decimal): -5429846 or 11150765. OLE color: 11150765.

HSL color Cylindrical-coordinate representation of color #AD25AA: hue angle of 301.32º degrees, saturation: 0.65, 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 #AD25AA is Cyan = 0, Magento = 0.79, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 37 170 -
CMYK 0 0.79 0.02 0.32
HSL 301.32º 0.65% 0.41% -
HSV(B) 301.32º 0.79% 0.68% -
XYZ 25.15 13.11 39.24 -
YUV 92.83 171.56 185.19 -
System Red Green Blue C M Y K H S L
Decimal 173 37 170 0 0.79 0.02 0.32 301.32 0.65 0.41
Hex AD 25 AA 0 4F 2 20 12D 41 29
Octal 255 45 252 0 117 2 40 455 101 51
Binary 10101101 100101 10101010 0 1001111 10 100000 100101101 1000001 101001

Color Harmonies of #AD25AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD25AA

Black with #AD25AA

Text Example


Text Example

White with #AD25AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD25AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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