Html Css Color HEX #AD25AC Dark Orchid

📋 copy color: '#AD25AC'

red 173 ◦ green 37 ◦ blue 172

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

Shades of Dark Orchid #AD25AC

Tints of Dark Orchid #AD25AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 45.03%

R = 45.29%
G = 9.69%
B = 45.03%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AD25AC (or 0xAD25AC) is known color: Dark Orchid. HEX triplet: AD, 25 and AC. RGB value is (173,37,172). Sum of RGB (Red+Green+Blue) = 173+37+172=382 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.29% from 382); Green value is 37 (14.84% from 255 or 9.69% from 382); Blue value is 172 (67.58% from 255 or 45.03% from 382); Max value from RGB is 173 - color contains mainly: red. Hex color #AD25AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD25AC is #52DA53. Grayscale: #5C5C5C. Windows color (decimal): -5429844 or 11281837. OLE color: 11281837.

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

Color convert

RGB 173 37 172 -
CMYK 0 0.79 0.01 0.32
HSL 300.44º 0.65% 0.41% -
HSV(B) 300.44º 0.79% 0.68% -
XYZ 25.34 13.19 40.24 -
YUV 93.05 172.56 185.02 -
System Red Green Blue C M Y K H S L
Decimal 173 37 172 0 0.79 0.01 0.32 300.44 0.65 0.41
Hex AD 25 AC 0 4F 1 20 12C 41 29
Octal 255 45 254 0 117 1 40 454 101 51
Binary 10101101 100101 10101100 0 1001111 1 100000 100101100 1000001 101001

Color Harmonies of #AD25AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD25AC

Black with #AD25AC

Text Example


Text Example

White with #AD25AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD25AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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