Html Css Color HEX #A31EEE Blue Violet

📋 copy color: '#A31EEE'

red 163 ◦ green 30 ◦ blue 238

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

Shades of Blue Violet #A31EEE

Tints of Blue Violet #A31EEE

RGB

 RED value IS 163 (64.06% from 255) = 37.82%

 GREEN value IS 30 (12.11% from 255) = 6.96%

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

R = 37.82%
G = 6.96%
B = 55.22%

CMYK

 C value IS 0.32

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A31EEE (or 0xA31EEE) is known color: Blue Violet. HEX triplet: A3, 1E and EE. RGB value is (163,30,238). Sum of RGB (Red+Green+Blue) = 163+30+238=431 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.82% from 431); Green value is 30 (12.11% from 255 or 6.96% from 431); Blue value is 238 (93.36% from 255 or 55.22% from 431); Max value from RGB is 238 - color contains mainly: blue. Hex color #A31EEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A31EEE is #5CE111. Grayscale: #5C5C5C. Windows color (decimal): -6086930 or 15605411. OLE color: 15605411.

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

Color convert

RGB 163 30 238 -
CMYK 0.32 0.87 0 0.07
HSL 278.37º 0.86% 0.53% -
HSV(B) 278.37º 0.87% 0.93% -
XYZ 31 14.89 82.13 -
YUV 93.48 209.56 177.59 -
System Red Green Blue C M Y K H S L
Decimal 163 30 238 0.32 0.87 0 0.07 278.37 0.86 0.53
Hex A3 1E EE 20 57 0 7 116 56 35
Octal 243 36 356 40 127 0 7 426 126 65
Binary 10100011 11110 11101110 100000 1010111 0 111 100010110 1010110 110101

Color Harmonies of #A31EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31EEE

Black with #A31EEE

Text Example


Text Example

White with #A31EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31EEE; }

 p { color: rgb(163,30,238); }

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

background-color css

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

 a { background-color: rgb(163,30,238); }

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

border-color css

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

 span { border-color: rgb(163,30,238); }

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