Html Css Color HEX #AD32DC Dark Orchid

📋 copy color: '#AD32DC'

red 173 ◦ green 50 ◦ blue 220

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

Shades of Dark Orchid #AD32DC

Tints of Dark Orchid #AD32DC

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.29%

 BLUE value IS 220 (86.33% from 255) = 49.66%

R = 39.05%
G = 11.29%
B = 49.66%

CMYK

 C value IS 0.21

 M value IS 0.77

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AD32DC (or 0xAD32DC) is known color: Dark Orchid. HEX triplet: AD, 32 and DC. RGB value is (173,50,220). Sum of RGB (Red+Green+Blue) = 173+50+220=443 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.05% from 443); Green value is 50 (19.92% from 255 or 11.29% from 443); Blue value is 220 (86.33% from 255 or 49.66% from 443); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD32DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD32DC is #52CD23. Grayscale: #696969. Windows color (decimal): -5426468 or 14430893. OLE color: 14430893.

HSL color Cylindrical-coordinate representation of color #AD32DC: hue angle of 283.41º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AD32DC is Cyan = 0.21, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 50 220 -
CMYK 0.21 0.77 0 0.14
HSL 283.41º 0.71% 0.53% -
HSV(B) 283.41º 0.77% 0.86% -
XYZ 31.29 16.33 69.21 -
YUV 106.16 192.25 175.68 -
System Red Green Blue C M Y K H S L
Decimal 173 50 220 0.21 0.77 0 0.14 283.41 0.71 0.53
Hex AD 32 DC 15 4D 0 E 11B 47 35
Octal 255 62 334 25 115 0 16 433 107 65
Binary 10101101 110010 11011100 10101 1001101 0 1110 100011011 1000111 110101

Color Harmonies of #AD32DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD32DC

Black with #AD32DC

Text Example


Text Example

White with #AD32DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD32DC; }

 p { color: rgb(173,50,220); }

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

background-color css

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

 a { background-color: rgb(173,50,220); }

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

border-color css

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

 span { border-color: rgb(173,50,220); }

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