Html Css Color HEX #AD20EB Blue Violet

📋 copy color: '#AD20EB'

red 173 ◦ green 32 ◦ blue 235

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

Shades of Blue Violet #AD20EB

Tints of Blue Violet #AD20EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 53.41%

R = 39.32%
G = 7.27%
B = 53.41%

CMYK

 C value IS 0.26

 M value IS 0.86

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AD20EB (or 0xAD20EB) is known color: Blue Violet. HEX triplet: AD, 20 and EB. RGB value is (173,32,235). Sum of RGB (Red+Green+Blue) = 173+32+235=440 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.32% from 440); Green value is 32 (12.89% from 255 or 7.27% from 440); Blue value is 235 (92.19% from 255 or 53.41% from 440); Max value from RGB is 235 - color contains mainly: blue. Hex color #AD20EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD20EB is #52DF14. Grayscale: #606060. Windows color (decimal): -5431061 or 15409325. OLE color: 15409325.

HSL color Cylindrical-coordinate representation of color #AD20EB: hue angle of 281.67º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AD20EB is Cyan = 0.26, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 173 32 235 -
CMYK 0.26 0.86 0 0.08
HSL 281.67º 0.84% 0.52% -
HSV(B) 281.67º 0.86% 0.92% -
XYZ 32.75 15.92 79.94 -
YUV 97.3 205.71 181.99 -
System Red Green Blue C M Y K H S L
Decimal 173 32 235 0.26 0.86 0 0.08 281.67 0.84 0.52
Hex AD 20 EB 1A 56 0 8 11A 54 34
Octal 255 40 353 32 126 0 10 432 124 64
Binary 10101101 100000 11101011 11010 1010110 0 1000 100011010 1010100 110100

Color Harmonies of #AD20EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD20EB

Black with #AD20EB

Text Example


Text Example

White with #AD20EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD20EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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