Html Css Color HEX #AD23BA Dark Orchid

📋 copy color: '#AD23BA'

red 173 ◦ green 35 ◦ blue 186

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

Shades of Dark Orchid #AD23BA

Tints of Dark Orchid #AD23BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 47.21%

R = 43.91%
G = 8.88%
B = 47.21%

CMYK

 C value IS 0.07

 M value IS 0.81

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD23BA (or 0xAD23BA) is known color: Dark Orchid. HEX triplet: AD, 23 and BA. RGB value is (173,35,186). Sum of RGB (Red+Green+Blue) = 173+35+186=394 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.91% from 394); Green value is 35 (14.06% from 255 or 8.88% from 394); Blue value is 186 (73.05% from 255 or 47.21% from 394); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD23BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD23BA is #52DC45. Grayscale: #5D5D5D. Windows color (decimal): -5430342 or 12198829. OLE color: 12198829.

HSL color Cylindrical-coordinate representation of color #AD23BA: hue angle of 294.83º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AD23BA is Cyan = 0.07, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 35 186 -
CMYK 0.07 0.81 0 0.27
HSL 294.83º 0.68% 0.43% -
HSV(B) 294.83º 0.81% 0.73% -
XYZ 26.7 13.63 47.68 -
YUV 93.48 180.22 184.72 -
System Red Green Blue C M Y K H S L
Decimal 173 35 186 0.07 0.81 0 0.27 294.83 0.68 0.43
Hex AD 23 BA 7 51 0 1B 127 44 2B
Octal 255 43 272 7 121 0 33 447 104 53
Binary 10101101 100011 10111010 111 1010001 0 11011 100100111 1000100 101011

Color Harmonies of #AD23BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD23BA

Black with #AD23BA

Text Example


Text Example

White with #AD23BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD23BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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