Html Css Color HEX #AD24DD Dark Orchid

📋 copy color: '#AD24DD'

red 173 ◦ green 36 ◦ blue 221

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

Shades of Dark Orchid #AD24DD

Tints of Dark Orchid #AD24DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 51.4%

R = 40.23%
G = 8.37%
B = 51.4%

CMYK

 C value IS 0.22

 M value IS 0.84

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AD24DD (or 0xAD24DD) is known color: Dark Orchid. HEX triplet: AD, 24 and DD. RGB value is (173,36,221). Sum of RGB (Red+Green+Blue) = 173+36+221=430 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.23% from 430); Green value is 36 (14.45% from 255 or 8.37% from 430); Blue value is 221 (86.72% from 255 or 51.40% from 430); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD24DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD24DD is #52DB22. Grayscale: #616161. Windows color (decimal): -5430051 or 14492845. OLE color: 14492845.

HSL color Cylindrical-coordinate representation of color #AD24DD: hue angle of 284.43º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD24DD is Cyan = 0.22, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 36 221 -
CMYK 0.22 0.84 0 0.13
HSL 284.43º 0.73% 0.5% -
HSV(B) 284.43º 0.84% 0.87% -
XYZ 30.92 15.37 69.74 -
YUV 98.05 197.39 181.46 -
System Red Green Blue C M Y K H S L
Decimal 173 36 221 0.22 0.84 0 0.13 284.43 0.73 0.5
Hex AD 24 DD 16 54 0 D 11C 49 32
Octal 255 44 335 26 124 0 15 434 111 62
Binary 10101101 100100 11011101 10110 1010100 0 1101 100011100 1001001 110010

Color Harmonies of #AD24DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD24DD

Black with #AD24DD

Text Example


Text Example

White with #AD24DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD24DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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