Html Css Color HEX #AD31EE Blue Violet

📋 copy color: '#AD31EE'

red 173 ◦ green 49 ◦ blue 238

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

Shades of Blue Violet #AD31EE

Tints of Blue Violet #AD31EE

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.65%

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

R = 37.61%
G = 10.65%
B = 51.74%

CMYK

 C value IS 0.27

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AD31EE (or 0xAD31EE) is known color: Blue Violet. HEX triplet: AD, 31 and EE. RGB value is (173,49,238). Sum of RGB (Red+Green+Blue) = 173+49+238=460 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.61% from 460); Green value is 49 (19.53% from 255 or 10.65% from 460); Blue value is 238 (93.36% from 255 or 51.74% from 460); Max value from RGB is 238 - color contains mainly: blue. Hex color #AD31EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD31EE is #52CE11. Grayscale: #6A6A6A. Windows color (decimal): -5426706 or 15610285. OLE color: 15610285.

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

Color convert

RGB 173 49 238 -
CMYK 0.27 0.79 0 0.07
HSL 279.37º 0.85% 0.56% -
HSV(B) 279.37º 0.79% 0.93% -
XYZ 33.76 17.25 82.44 -
YUV 107.62 201.58 174.63 -
System Red Green Blue C M Y K H S L
Decimal 173 49 238 0.27 0.79 0 0.07 279.37 0.85 0.56
Hex AD 31 EE 1B 4F 0 7 117 55 38
Octal 255 61 356 33 117 0 7 427 125 70
Binary 10101101 110001 11101110 11011 1001111 0 111 100010111 1010101 111000

Color Harmonies of #AD31EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD31EE

Black with #AD31EE

Text Example


Text Example

White with #AD31EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD31EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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