Html Css Color HEX #AD20E6 Dark Orchid

📋 copy color: '#AD20E6'

red 173 ◦ green 32 ◦ blue 230

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

Shades of Dark Orchid #AD20E6

Tints of Dark Orchid #AD20E6

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.36%

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

R = 39.77%
G = 7.36%
B = 52.87%

CMYK

 C value IS 0.25

 M value IS 0.86

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AD20E6 (or 0xAD20E6) is known color: Dark Orchid. HEX triplet: AD, 20 and E6. RGB value is (173,32,230). Sum of RGB (Red+Green+Blue) = 173+32+230=435 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.77% from 435); Green value is 32 (12.89% from 255 or 7.36% from 435); Blue value is 230 (90.23% from 255 or 52.87% from 435); Max value from RGB is 230 - color contains mainly: blue. Hex color #AD20E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD20E6 is #52DF19. Grayscale: #606060. Windows color (decimal): -5431066 or 15081645. OLE color: 15081645.

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

Color convert

RGB 173 32 230 -
CMYK 0.25 0.86 0 0.10
HSL 282.73º 0.8% 0.51% -
HSV(B) 282.73º 0.86% 0.9% -
XYZ 32.03 15.63 76.19 -
YUV 96.73 203.21 182.4 -
System Red Green Blue C M Y K H S L
Decimal 173 32 230 0.25 0.86 0 0.10 282.73 0.8 0.51
Hex AD 20 E6 19 56 0 A 11B 50 33
Octal 255 40 346 31 126 0 12 433 120 63
Binary 10101101 100000 11100110 11001 1010110 0 1010 100011011 1010000 110011

Color Harmonies of #AD20E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD20E6

Black with #AD20E6

Text Example


Text Example

White with #AD20E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD20E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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