Html Css Color HEX #AD32DA Dark Orchid

📋 copy color: '#AD32DA'

red 173 ◦ green 50 ◦ blue 218

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

Shades of Dark Orchid #AD32DA

Tints of Dark Orchid #AD32DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 49.43%

R = 39.23%
G = 11.34%
B = 49.43%

CMYK

 C value IS 0.21

 M value IS 0.77

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AD32DA (or 0xAD32DA) is known color: Dark Orchid. HEX triplet: AD, 32 and DA. RGB value is (173,50,218). Sum of RGB (Red+Green+Blue) = 173+50+218=441 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.23% from 441); Green value is 50 (19.92% from 255 or 11.34% from 441); Blue value is 218 (85.55% from 255 or 49.43% from 441); Max value from RGB is 218 - color contains mainly: blue. Hex color #AD32DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD32DA is #52CD25. Grayscale: #696969. Windows color (decimal): -5426470 or 14299821. OLE color: 14299821.

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

Color convert

RGB 173 50 218 -
CMYK 0.21 0.77 0 0.15
HSL 283.93º 0.69% 0.53% -
HSV(B) 283.93º 0.77% 0.85% -
XYZ 31.03 16.23 67.83 -
YUV 105.93 191.25 175.84 -
System Red Green Blue C M Y K H S L
Decimal 173 50 218 0.21 0.77 0 0.15 283.93 0.69 0.53
Hex AD 32 DA 15 4D 0 F 11C 45 35
Octal 255 62 332 25 115 0 17 434 105 65
Binary 10101101 110010 11011010 10101 1001101 0 1111 100011100 1000101 110101

Color Harmonies of #AD32DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD32DA

Black with #AD32DA

Text Example


Text Example

White with #AD32DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD32DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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