Html Css Color HEX #A31CEC Blue Violet

📋 copy color: '#A31CEC'

red 163 ◦ green 28 ◦ blue 236

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

Shades of Blue Violet #A31CEC

Tints of Blue Violet #A31CEC

RGB

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

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

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

R = 38.17%
G = 6.56%
B = 55.27%

CMYK

 C value IS 0.31

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A31CEC (or 0xA31CEC) is known color: Blue Violet. HEX triplet: A3, 1C and EC. RGB value is (163,28,236). Sum of RGB (Red+Green+Blue) = 163+28+236=427 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.17% from 427); Green value is 28 (11.33% from 255 or 6.56% from 427); Blue value is 236 (92.58% from 255 or 55.27% from 427); Max value from RGB is 236 - color contains mainly: blue. Hex color #A31CEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A31CEC is #5CE313. Grayscale: #5B5B5B. Windows color (decimal): -6087444 or 15473827. OLE color: 15473827.

HSL color Cylindrical-coordinate representation of color #A31CEC: hue angle of 278.94º degrees, saturation: 0.85, 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 #A31CEC is Cyan = 0.31, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 163 28 236 -
CMYK 0.31 0.88 0 0.07
HSL 278.94º 0.85% 0.52% -
HSV(B) 278.94º 0.88% 0.93% -
XYZ 30.66 14.67 80.57 -
YUV 92.08 209.23 178.59 -
System Red Green Blue C M Y K H S L
Decimal 163 28 236 0.31 0.88 0 0.07 278.94 0.85 0.52
Hex A3 1C EC 1F 58 0 7 117 55 34
Octal 243 34 354 37 130 0 7 427 125 64
Binary 10100011 11100 11101100 11111 1011000 0 111 100010111 1010101 110100

Color Harmonies of #A31CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31CEC

Black with #A31CEC

Text Example


Text Example

White with #A31CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31CEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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