Html Css Color HEX #A31BEF Blue Violet

📋 copy color: '#A31BEF'

red 163 ◦ green 27 ◦ blue 239

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

Shades of Blue Violet #A31BEF

Tints of Blue Violet #A31BEF

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.29%

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

R = 38%
G = 6.29%
B = 55.71%

CMYK

 C value IS 0.32

 M value IS 0.89

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A31BEF (or 0xA31BEF) is known color: Blue Violet. HEX triplet: A3, 1B and EF. RGB value is (163,27,239). Sum of RGB (Red+Green+Blue) = 163+27+239=429 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.00% from 429); Green value is 27 (10.94% from 255 or 6.29% from 429); Blue value is 239 (93.75% from 255 or 55.71% from 429); Max value from RGB is 239 - color contains mainly: blue. Hex color #A31BEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A31BEF is #5CE410. Grayscale: #5B5B5B. Windows color (decimal): -6087697 or 15670179. OLE color: 15670179.

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

Color convert

RGB 163 27 239 -
CMYK 0.32 0.89 0 0.06
HSL 278.49º 0.87% 0.52% -
HSV(B) 278.49º 0.89% 0.94% -
XYZ 31.08 14.8 82.88 -
YUV 91.83 211.06 178.76 -
System Red Green Blue C M Y K H S L
Decimal 163 27 239 0.32 0.89 0 0.06 278.49 0.87 0.52
Hex A3 1B EF 20 59 0 6 116 57 34
Octal 243 33 357 40 131 0 6 426 127 64
Binary 10100011 11011 11101111 100000 1011001 0 110 100010110 1010111 110100

Color Harmonies of #A31BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31BEF

Black with #A31BEF

Text Example


Text Example

White with #A31BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31BEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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