Html Css Color HEX #A31AEF Blue Violet

📋 copy color: '#A31AEF'

red 163 ◦ green 26 ◦ blue 239

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

Shades of Blue Violet #A31AEF

Tints of Blue Violet #A31AEF

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.07%

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

R = 38.08%
G = 6.07%
B = 55.84%

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

#A31AEF (or 0xA31AEF) is known color: Blue Violet. HEX triplet: A3, 1A and EF. RGB value is (163,26,239). Sum of RGB (Red+Green+Blue) = 163+26+239=428 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.08% from 428); Green value is 26 (10.55% from 255 or 6.07% from 428); Blue value is 239 (93.75% from 255 or 55.84% from 428); Max value from RGB is 239 - color contains mainly: blue. Hex color #A31AEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A31AEF is #5CE510. Grayscale: #5A5A5A. Windows color (decimal): -6087953 or 15669923. OLE color: 15669923.

HSL color Cylindrical-coordinate representation of color #A31AEF: hue angle of 278.59º 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 #A31AEF is Cyan = 0.32, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 163 26 239 -
CMYK 0.32 0.89 0 0.06
HSL 278.59º 0.87% 0.52% -
HSV(B) 278.59º 0.89% 0.94% -
XYZ 31.05 14.76 82.87 -
YUV 91.25 211.39 179.18 -
System Red Green Blue C M Y K H S L
Decimal 163 26 239 0.32 0.89 0 0.06 278.59 0.87 0.52
Hex A3 1A EF 20 59 0 6 117 57 34
Octal 243 32 357 40 131 0 6 427 127 64
Binary 10100011 11010 11101111 100000 1011001 0 110 100010111 1010111 110100

Color Harmonies of #A31AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31AEF

Black with #A31AEF

Text Example


Text Example

White with #A31AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31AEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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