Html Css Color HEX #AD20EC Blue Violet

📋 copy color: '#AD20EC'

red 173 ◦ green 32 ◦ blue 236

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

Shades of Blue Violet #AD20EC

Tints of Blue Violet #AD20EC

RGB

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

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

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

R = 39.23%
G = 7.26%
B = 53.51%

CMYK

 C value IS 0.27

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AD20EC (or 0xAD20EC) is known color: Blue Violet. HEX triplet: AD, 20 and EC. RGB value is (173,32,236). Sum of RGB (Red+Green+Blue) = 173+32+236=441 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.23% from 441); Green value is 32 (12.89% from 255 or 7.26% from 441); Blue value is 236 (92.58% from 255 or 53.51% from 441); Max value from RGB is 236 - color contains mainly: blue. Hex color #AD20EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD20EC is #52DF13. Grayscale: #606060. Windows color (decimal): -5431060 or 15474861. OLE color: 15474861.

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

Color convert

RGB 173 32 236 -
CMYK 0.27 0.86 0 0.07
HSL 281.47º 0.84% 0.53% -
HSV(B) 281.47º 0.86% 0.93% -
XYZ 32.89 15.97 80.71 -
YUV 97.42 206.21 181.91 -
System Red Green Blue C M Y K H S L
Decimal 173 32 236 0.27 0.86 0 0.07 281.47 0.84 0.53
Hex AD 20 EC 1B 56 0 7 119 54 35
Octal 255 40 354 33 126 0 7 431 124 65
Binary 10101101 100000 11101100 11011 1010110 0 111 100011001 1010100 110101

Color Harmonies of #AD20EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD20EC

Black with #AD20EC

Text Example


Text Example

White with #AD20EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD20EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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