Html Css Color HEX #AD25AD Dark Orchid

📋 copy color: '#AD25AD'

red 173 ◦ green 37 ◦ blue 173

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

Shades of Dark Orchid #AD25AD

Tints of Dark Orchid #AD25AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 45.17%

R = 45.17%
G = 9.66%
B = 45.17%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AD25AD (or 0xAD25AD) is known color: Dark Orchid. HEX triplet: AD, 25 and AD. RGB value is (173,37,173). Sum of RGB (Red+Green+Blue) = 173+37+173=383 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.17% from 383); Green value is 37 (14.84% from 255 or 9.66% from 383); Blue value is 173 (67.97% from 255 or 45.17% from 383); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #AD25AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD25AD is #52DA52. Grayscale: #5C5C5C. Windows color (decimal): -5429843 or 11347373. OLE color: 11347373.

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

Color convert

RGB 173 37 173 -
CMYK 0 0.79 0 0.32
HSL 300º 0.65% 0.41% -
HSV(B) 300º 0.79% 0.68% -
XYZ 25.44 13.22 40.75 -
YUV 93.17 173.06 184.94 -
System Red Green Blue C M Y K H S L
Decimal 173 37 173 0 0.79 0 0.32 300 0.65 0.41
Hex AD 25 AD 0 4F 0 20 12C 41 29
Octal 255 45 255 0 117 0 40 454 101 51
Binary 10101101 100101 10101101 0 1001111 0 100000 100101100 1000001 101001

Color Harmonies of #AD25AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD25AD

Black with #AD25AD

Text Example


Text Example

White with #AD25AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD25AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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