Html Css Color HEX #A31EEC Blue Violet

📋 copy color: '#A31EEC'

red 163 ◦ green 30 ◦ blue 236

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

Shades of Blue Violet #A31EEC

Tints of Blue Violet #A31EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 55.01%

R = 38%
G = 6.99%
B = 55.01%

CMYK

 C value IS 0.31

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A31EEC (or 0xA31EEC) is known color: Blue Violet. HEX triplet: A3, 1E and EC. RGB value is (163,30,236). Sum of RGB (Red+Green+Blue) = 163+30+236=429 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.00% from 429); Green value is 30 (12.11% from 255 or 6.99% from 429); Blue value is 236 (92.58% from 255 or 55.01% from 429); Max value from RGB is 236 - color contains mainly: blue. Hex color #A31EEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A31EEC is #5CE113. Grayscale: #5C5C5C. Windows color (decimal): -6086932 or 15474339. OLE color: 15474339.

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

Color convert

RGB 163 30 236 -
CMYK 0.31 0.87 0 0.07
HSL 278.74º 0.84% 0.52% -
HSV(B) 278.74º 0.87% 0.93% -
XYZ 30.71 14.77 80.59 -
YUV 93.25 208.56 177.75 -
System Red Green Blue C M Y K H S L
Decimal 163 30 236 0.31 0.87 0 0.07 278.74 0.84 0.52
Hex A3 1E EC 1F 57 0 7 117 54 34
Octal 243 36 354 37 127 0 7 427 124 64
Binary 10100011 11110 11101100 11111 1010111 0 111 100010111 1010100 110100

Color Harmonies of #A31EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31EEC

Black with #A31EEC

Text Example


Text Example

White with #A31EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31EEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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