Html Css Color HEX #AD23AC Dark Orchid

📋 copy color: '#AD23AC'

red 173 ◦ green 35 ◦ blue 172

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

Shades of Dark Orchid #AD23AC

Tints of Dark Orchid #AD23AC

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.21%

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

R = 45.53%
G = 9.21%
B = 45.26%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AD23AC (or 0xAD23AC) is known color: Dark Orchid. HEX triplet: AD, 23 and AC. RGB value is (173,35,172). Sum of RGB (Red+Green+Blue) = 173+35+172=380 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.53% from 380); Green value is 35 (14.06% from 255 or 9.21% from 380); Blue value is 172 (67.58% from 255 or 45.26% from 380); Max value from RGB is 173 - color contains mainly: red. Hex color #AD23AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD23AC is #52DC53. Grayscale: #5B5B5B. Windows color (decimal): -5430356 or 11281325. OLE color: 11281325.

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

Color convert

RGB 173 35 172 -
CMYK 0 0.80 0.01 0.32
HSL 300.43º 0.66% 0.41% -
HSV(B) 300.43º 0.8% 0.68% -
XYZ 25.28 13.06 40.22 -
YUV 91.88 173.22 185.86 -
System Red Green Blue C M Y K H S L
Decimal 173 35 172 0 0.80 0.01 0.32 300.43 0.66 0.41
Hex AD 23 AC 0 50 1 20 12C 42 29
Octal 255 43 254 0 120 1 40 454 102 51
Binary 10101101 100011 10101100 0 1010000 1 100000 100101100 1000010 101001

Color Harmonies of #AD23AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD23AC

Black with #AD23AC

Text Example


Text Example

White with #AD23AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD23AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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