Html Css Color HEX #AD23BB Dark Orchid

📋 copy color: '#AD23BB'

red 173 ◦ green 35 ◦ blue 187

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

Shades of Dark Orchid #AD23BB

Tints of Dark Orchid #AD23BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 47.34%

R = 43.8%
G = 8.86%
B = 47.34%

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

#AD23BB (or 0xAD23BB) is known color: Dark Orchid. HEX triplet: AD, 23 and BB. RGB value is (173,35,187). Sum of RGB (Red+Green+Blue) = 173+35+187=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 35 (14.06% from 255 or 8.86% from 395); Blue value is 187 (73.44% from 255 or 47.34% from 395); Max value from RGB is 187 - color contains mainly: blue. Hex color #AD23BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD23BB is #52DC44. Grayscale: #5D5D5D. Windows color (decimal): -5430341 or 12264365. OLE color: 12264365.

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

Color convert

RGB 173 35 187 -
CMYK 0.07 0.81 0 0.27
HSL 294.47º 0.68% 0.44% -
HSV(B) 294.47º 0.81% 0.73% -
XYZ 26.8 13.67 48.24 -
YUV 93.59 180.72 184.64 -
System Red Green Blue C M Y K H S L
Decimal 173 35 187 0.07 0.81 0 0.27 294.47 0.68 0.44
Hex AD 23 BB 7 51 0 1B 126 44 2C
Octal 255 43 273 7 121 0 33 446 104 54
Binary 10101101 100011 10111011 111 1010001 0 11011 100100110 1000100 101100

Color Harmonies of #AD23BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD23BB

Black with #AD23BB

Text Example


Text Example

White with #AD23BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD23BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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