Html Css Color HEX #AD24BB Dark Orchid

📋 copy color: '#AD24BB'

red 173 ◦ green 36 ◦ blue 187

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

Shades of Dark Orchid #AD24BB

Tints of Dark Orchid #AD24BB

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.09%

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

R = 43.69%
G = 9.09%
B = 47.22%

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

#AD24BB (or 0xAD24BB) is known color: Dark Orchid. HEX triplet: AD, 24 and BB. RGB value is (173,36,187). Sum of RGB (Red+Green+Blue) = 173+36+187=396 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.69% from 396); Green value is 36 (14.45% from 255 or 9.09% from 396); Blue value is 187 (73.44% from 255 or 47.22% from 396); Max value from RGB is 187 - color contains mainly: blue. Hex color #AD24BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD24BB is #52DB44. Grayscale: #5D5D5D. Windows color (decimal): -5430085 or 12264621. OLE color: 12264621.

HSL color Cylindrical-coordinate representation of color #AD24BB: hue angle of 294.44º 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 #AD24BB is Cyan = 0.07, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 36 187 -
CMYK 0.07 0.81 0 0.27
HSL 294.44º 0.68% 0.44% -
HSV(B) 294.44º 0.81% 0.73% -
XYZ 26.83 13.73 48.25 -
YUV 94.18 180.39 184.22 -
System Red Green Blue C M Y K H S L
Decimal 173 36 187 0.07 0.81 0 0.27 294.44 0.68 0.44
Hex AD 24 BB 7 51 0 1B 126 44 2C
Octal 255 44 273 7 121 0 33 446 104 54
Binary 10101101 100100 10111011 111 1010001 0 11011 100100110 1000100 101100

Color Harmonies of #AD24BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD24BB

Black with #AD24BB

Text Example


Text Example

White with #AD24BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD24BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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