Html Css Color HEX #AD32E9 Dark Orchid

📋 copy color: '#AD32E9'

red 173 ◦ green 50 ◦ blue 233

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

Shades of Dark Orchid #AD32E9

Tints of Dark Orchid #AD32E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 51.1%

R = 37.94%
G = 10.96%
B = 51.1%

CMYK

 C value IS 0.26

 M value IS 0.79

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AD32E9 (or 0xAD32E9) is known color: Dark Orchid. HEX triplet: AD, 32 and E9. RGB value is (173,50,233). Sum of RGB (Red+Green+Blue) = 173+50+233=456 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.94% from 456); Green value is 50 (19.92% from 255 or 10.96% from 456); Blue value is 233 (91.41% from 255 or 51.10% from 456); Max value from RGB is 233 - color contains mainly: blue. Hex color #AD32E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD32E9 is #52CD16. Grayscale: #6B6B6B. Windows color (decimal): -5426455 or 15282861. OLE color: 15282861.

HSL color Cylindrical-coordinate representation of color #AD32E9: hue angle of 280.33º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AD32E9 is Cyan = 0.26, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 173 50 233 -
CMYK 0.26 0.79 0 0.09
HSL 280.33º 0.81% 0.55% -
HSV(B) 280.33º 0.79% 0.91% -
XYZ 33.08 17.05 78.64 -
YUV 107.64 198.75 174.62 -
System Red Green Blue C M Y K H S L
Decimal 173 50 233 0.26 0.79 0 0.09 280.33 0.81 0.55
Hex AD 32 E9 1A 4F 0 9 118 51 37
Octal 255 62 351 32 117 0 11 430 121 67
Binary 10101101 110010 11101001 11010 1001111 0 1001 100011000 1010001 110111

Color Harmonies of #AD32E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD32E9

Black with #AD32E9

Text Example


Text Example

White with #AD32E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD32E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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