Html Css Color HEX #AD23AB Dark Orchid

📋 copy color: '#AD23AB'

red 173 ◦ green 35 ◦ blue 171

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

Shades of Dark Orchid #AD23AB

Tints of Dark Orchid #AD23AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 45.12%

R = 45.65%
G = 9.23%
B = 45.12%

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

#AD23AB (or 0xAD23AB) is known color: Dark Orchid. HEX triplet: AD, 23 and AB. RGB value is (173,35,171). Sum of RGB (Red+Green+Blue) = 173+35+171=379 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.65% from 379); Green value is 35 (14.06% from 255 or 9.23% from 379); Blue value is 171 (67.19% from 255 or 45.12% from 379); Max value from RGB is 173 - color contains mainly: red. Hex color #AD23AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD23AB is #52DC54. Grayscale: #5B5B5B. Windows color (decimal): -5430357 or 11215789. OLE color: 11215789.

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

Color convert

RGB 173 35 171 -
CMYK 0 0.80 0.01 0.32
HSL 300.87º 0.66% 0.41% -
HSV(B) 300.87º 0.8% 0.68% -
XYZ 25.19 13.03 39.72 -
YUV 91.77 172.72 185.94 -
System Red Green Blue C M Y K H S L
Decimal 173 35 171 0 0.80 0.01 0.32 300.87 0.66 0.41
Hex AD 23 AB 0 50 1 20 12D 42 29
Octal 255 43 253 0 120 1 40 455 102 51
Binary 10101101 100011 10101011 0 1010000 1 100000 100101101 1000010 101001

Color Harmonies of #AD23AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD23AB

Black with #AD23AB

Text Example


Text Example

White with #AD23AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD23AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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