Html Css Color HEX #AD24DF Dark Orchid

📋 copy color: '#AD24DF'

red 173 ◦ green 36 ◦ blue 223

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

Shades of Dark Orchid #AD24DF

Tints of Dark Orchid #AD24DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 51.62%

R = 40.05%
G = 8.33%
B = 51.62%

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

#AD24DF (or 0xAD24DF) is known color: Dark Orchid. HEX triplet: AD, 24 and DF. RGB value is (173,36,223). Sum of RGB (Red+Green+Blue) = 173+36+223=432 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.05% from 432); Green value is 36 (14.45% from 255 or 8.33% from 432); Blue value is 223 (87.5% from 255 or 51.62% from 432); Max value from RGB is 223 - color contains mainly: blue. Hex color #AD24DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD24DF is #52DB20. Grayscale: #616161. Windows color (decimal): -5430049 or 14623917. OLE color: 14623917.

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

Color convert

RGB 173 36 223 -
CMYK 0.22 0.84 0 0.13
HSL 283.96º 0.75% 0.51% -
HSV(B) 283.96º 0.84% 0.87% -
XYZ 31.18 15.47 71.16 -
YUV 98.28 198.39 181.29 -
System Red Green Blue C M Y K H S L
Decimal 173 36 223 0.22 0.84 0 0.13 283.96 0.75 0.51
Hex AD 24 DF 16 54 0 D 11C 4B 33
Octal 255 44 337 26 124 0 15 434 113 63
Binary 10101101 100100 11011111 10110 1010100 0 1101 100011100 1001011 110011

Color Harmonies of #AD24DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD24DF

Black with #AD24DF

Text Example


Text Example

White with #AD24DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD24DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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