Html Css Color HEX #AD33EC Dark Orchid

📋 copy color: '#AD33EC'

red 173 ◦ green 51 ◦ blue 236

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

Shades of Dark Orchid #AD33EC

Tints of Dark Orchid #AD33EC

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.09%

 BLUE value IS 236 (92.58% from 255) = 51.3%

R = 37.61%
G = 11.09%
B = 51.3%

CMYK

 C value IS 0.27

 M value IS 0.78

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AD33EC (or 0xAD33EC) is known color: Dark Orchid. HEX triplet: AD, 33 and EC. RGB value is (173,51,236). Sum of RGB (Red+Green+Blue) = 173+51+236=460 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.61% from 460); Green value is 51 (20.31% from 255 or 11.09% from 460); Blue value is 236 (92.58% from 255 or 51.30% from 460); Max value from RGB is 236 - color contains mainly: blue. Hex color #AD33EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD33EC is #52CC13. Grayscale: #6B6B6B. Windows color (decimal): -5426196 or 15479725. OLE color: 15479725.

HSL color Cylindrical-coordinate representation of color #AD33EC: hue angle of 279.57º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AD33EC is Cyan = 0.27, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 173 51 236 -
CMYK 0.27 0.78 0 0.07
HSL 279.57º 0.83% 0.56% -
HSV(B) 279.57º 0.78% 0.93% -
XYZ 33.56 17.31 80.93 -
YUV 108.57 199.92 173.96 -
System Red Green Blue C M Y K H S L
Decimal 173 51 236 0.27 0.78 0 0.07 279.57 0.83 0.56
Hex AD 33 EC 1B 4E 0 7 118 53 38
Octal 255 63 354 33 116 0 7 430 123 70
Binary 10101101 110011 11101100 11011 1001110 0 111 100011000 1010011 111000

Color Harmonies of #AD33EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD33EC

Black with #AD33EC

Text Example


Text Example

White with #AD33EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD33EC; }

 p { color: rgb(173,51,236); }

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

background-color css

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

 a { background-color: rgb(173,51,236); }

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

border-color css

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

 span { border-color: rgb(173,51,236); }

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