Html Css Color HEX #AD21EE Blue Violet

📋 copy color: '#AD21EE'

red 173 ◦ green 33 ◦ blue 238

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

Shades of Blue Violet #AD21EE

Tints of Blue Violet #AD21EE

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.43%

 BLUE value IS 238 (93.36% from 255) = 53.6%

R = 38.96%
G = 7.43%
B = 53.6%

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

#AD21EE (or 0xAD21EE) is known color: Blue Violet. HEX triplet: AD, 21 and EE. RGB value is (173,33,238). Sum of RGB (Red+Green+Blue) = 173+33+238=444 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.96% from 444); Green value is 33 (13.28% from 255 or 7.43% from 444); Blue value is 238 (93.36% from 255 or 53.60% from 444); Max value from RGB is 238 - color contains mainly: blue. Hex color #AD21EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD21EE is #52DE11. Grayscale: #616161. Windows color (decimal): -5430802 or 15606189. OLE color: 15606189.

HSL color Cylindrical-coordinate representation of color #AD21EE: hue angle of 280.98º degrees, saturation: 0.86, 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 #AD21EE is Cyan = 0.27, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 173 33 238 -
CMYK 0.27 0.86 0 0.07
HSL 280.98º 0.86% 0.53% -
HSV(B) 280.98º 0.86% 0.93% -
XYZ 33.21 16.15 82.25 -
YUV 98.23 206.88 181.33 -
System Red Green Blue C M Y K H S L
Decimal 173 33 238 0.27 0.86 0 0.07 280.98 0.86 0.53
Hex AD 21 EE 1B 56 0 7 119 56 35
Octal 255 41 356 33 126 0 7 431 126 65
Binary 10101101 100001 11101110 11011 1010110 0 111 100011001 1010110 110101

Color Harmonies of #AD21EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD21EE

Black with #AD21EE

Text Example


Text Example

White with #AD21EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD21EE; }

 p { color: rgb(173,33,238); }

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

background-color css

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

 a { background-color: rgb(173,33,238); }

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

border-color css

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

 span { border-color: rgb(173,33,238); }

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