Html Css Color HEX #A31CEF Blue Violet

📋 copy color: '#A31CEF'

red 163 ◦ green 28 ◦ blue 239

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

Shades of Blue Violet #A31CEF

Tints of Blue Violet #A31CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 55.58%

R = 37.91%
G = 6.51%
B = 55.58%

CMYK

 C value IS 0.32

 M value IS 0.88

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A31CEF (or 0xA31CEF) is known color: Blue Violet. HEX triplet: A3, 1C and EF. RGB value is (163,28,239). Sum of RGB (Red+Green+Blue) = 163+28+239=430 (56% of max value = 765). Red value is 163 (64.06% from 255 or 37.91% from 430); Green value is 28 (11.33% from 255 or 6.51% from 430); Blue value is 239 (93.75% from 255 or 55.58% from 430); Max value from RGB is 239 - color contains mainly: blue. Hex color #A31CEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A31CEF is #5CE310. Grayscale: #5B5B5B. Windows color (decimal): -6087441 or 15670435. OLE color: 15670435.

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

Color convert

RGB 163 28 239 -
CMYK 0.32 0.88 0 0.06
HSL 278.39º 0.87% 0.52% -
HSV(B) 278.39º 0.88% 0.94% -
XYZ 31.1 14.85 82.89 -
YUV 92.42 210.73 178.34 -
System Red Green Blue C M Y K H S L
Decimal 163 28 239 0.32 0.88 0 0.06 278.39 0.87 0.52
Hex A3 1C EF 20 58 0 6 116 57 34
Octal 243 34 357 40 130 0 6 426 127 64
Binary 10100011 11100 11101111 100000 1011000 0 110 100010110 1010111 110100

Color Harmonies of #A31CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31CEF

Black with #A31CEF

Text Example


Text Example

White with #A31CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31CEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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