Html Css Color HEX #A31CEE Blue Violet

📋 copy color: '#A31CEE'

red 163 ◦ green 28 ◦ blue 238

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

Shades of Blue Violet #A31CEE

Tints of Blue Violet #A31CEE

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.53%

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

R = 38%
G = 6.53%
B = 55.48%

CMYK

 C value IS 0.32

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A31CEE (or 0xA31CEE) is known color: Blue Violet. HEX triplet: A3, 1C and EE. RGB value is (163,28,238). Sum of RGB (Red+Green+Blue) = 163+28+238=429 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.00% from 429); Green value is 28 (11.33% from 255 or 6.53% from 429); Blue value is 238 (93.36% from 255 or 55.48% from 429); Max value from RGB is 238 - color contains mainly: blue. Hex color #A31CEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A31CEE is #5CE311. Grayscale: #5B5B5B. Windows color (decimal): -6087442 or 15604899. OLE color: 15604899.

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

Color convert

RGB 163 28 238 -
CMYK 0.32 0.88 0 0.07
HSL 278.57º 0.86% 0.52% -
HSV(B) 278.57º 0.88% 0.93% -
XYZ 30.95 14.79 82.11 -
YUV 92.31 210.23 178.42 -
System Red Green Blue C M Y K H S L
Decimal 163 28 238 0.32 0.88 0 0.07 278.57 0.86 0.52
Hex A3 1C EE 20 58 0 7 117 56 34
Octal 243 34 356 40 130 0 7 427 126 64
Binary 10100011 11100 11101110 100000 1011000 0 111 100010111 1010110 110100

Color Harmonies of #A31CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31CEE

Black with #A31CEE

Text Example


Text Example

White with #A31CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31CEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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