Html Css Color HEX #AD24E6 Dark Orchid

📋 copy color: '#AD24E6'

red 173 ◦ green 36 ◦ blue 230

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

Shades of Dark Orchid #AD24E6

Tints of Dark Orchid #AD24E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 52.39%

R = 39.41%
G = 8.2%
B = 52.39%

CMYK

 C value IS 0.25

 M value IS 0.84

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AD24E6 (or 0xAD24E6) is known color: Dark Orchid. HEX triplet: AD, 24 and E6. RGB value is (173,36,230). Sum of RGB (Red+Green+Blue) = 173+36+230=439 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.41% from 439); Green value is 36 (14.45% from 255 or 8.20% from 439); Blue value is 230 (90.23% from 255 or 52.39% from 439); Max value from RGB is 230 - color contains mainly: blue. Hex color #AD24E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD24E6 is #52DB19. Grayscale: #626262. Windows color (decimal): -5430042 or 15082669. OLE color: 15082669.

HSL color Cylindrical-coordinate representation of color #AD24E6: hue angle of 282.37º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD24E6 is Cyan = 0.25, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 173 36 230 -
CMYK 0.25 0.84 0 0.10
HSL 282.37º 0.8% 0.52% -
HSV(B) 282.37º 0.84% 0.9% -
XYZ 32.15 15.86 76.23 -
YUV 99.08 201.89 180.73 -
System Red Green Blue C M Y K H S L
Decimal 173 36 230 0.25 0.84 0 0.10 282.37 0.8 0.52
Hex AD 24 E6 19 54 0 A 11A 50 34
Octal 255 44 346 31 124 0 12 432 120 64
Binary 10101101 100100 11100110 11001 1010100 0 1010 100011010 1010000 110100

Color Harmonies of #AD24E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD24E6

Black with #AD24E6

Text Example


Text Example

White with #AD24E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD24E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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