Html Css Color HEX #AD22EE Blue Violet

📋 copy color: '#AD22EE'

red 173 ◦ green 34 ◦ blue 238

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

Shades of Blue Violet #AD22EE

Tints of Blue Violet #AD22EE

RGB

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

 GREEN value IS 34 (13.67% from 255) = 7.64%

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

R = 38.88%
G = 7.64%
B = 53.48%

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

#AD22EE (or 0xAD22EE) is known color: Blue Violet. HEX triplet: AD, 22 and EE. RGB value is (173,34,238). Sum of RGB (Red+Green+Blue) = 173+34+238=445 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.88% from 445); Green value is 34 (13.67% from 255 or 7.64% from 445); Blue value is 238 (93.36% from 255 or 53.48% from 445); Max value from RGB is 238 - color contains mainly: blue. Hex color #AD22EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD22EE is #52DD11. Grayscale: #626262. Windows color (decimal): -5430546 or 15606445. OLE color: 15606445.

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

Color convert

RGB 173 34 238 -
CMYK 0.27 0.86 0 0.07
HSL 280.88º 0.86% 0.53% -
HSV(B) 280.88º 0.86% 0.93% -
XYZ 33.24 16.2 82.26 -
YUV 98.82 206.55 180.91 -
System Red Green Blue C M Y K H S L
Decimal 173 34 238 0.27 0.86 0 0.07 280.88 0.86 0.53
Hex AD 22 EE 1B 56 0 7 119 56 35
Octal 255 42 356 33 126 0 7 431 126 65
Binary 10101101 100010 11101110 11011 1010110 0 111 100011001 1010110 110101

Color Harmonies of #AD22EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD22EE

Black with #AD22EE

Text Example


Text Example

White with #AD22EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD22EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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