Html Css Color HEX #A31AE2 Blue Violet

📋 copy color: '#A31AE2'

red 163 ◦ green 26 ◦ blue 226

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

Shades of Blue Violet #A31AE2

Tints of Blue Violet #A31AE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 54.46%

R = 39.28%
G = 6.27%
B = 54.46%

CMYK

 C value IS 0.28

 M value IS 0.88

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A31AE2 (or 0xA31AE2) is known color: Blue Violet. HEX triplet: A3, 1A and E2. RGB value is (163,26,226). Sum of RGB (Red+Green+Blue) = 163+26+226=415 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.28% from 415); Green value is 26 (10.55% from 255 or 6.27% from 415); Blue value is 226 (88.67% from 255 or 54.46% from 415); Max value from RGB is 226 - color contains mainly: blue. Hex color #A31AE2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A31AE2 is #5CE51D. Grayscale: #595959. Windows color (decimal): -6087966 or 14817955. OLE color: 14817955.

HSL color Cylindrical-coordinate representation of color #A31AE2: hue angle of 281.1º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A31AE2 is Cyan = 0.28, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 163 26 226 -
CMYK 0.28 0.88 0 0.11
HSL 281.1º 0.79% 0.49% -
HSV(B) 281.1º 0.88% 0.89% -
XYZ 29.2 14.02 73.12 -
YUV 89.76 204.89 180.24 -
System Red Green Blue C M Y K H S L
Decimal 163 26 226 0.28 0.88 0 0.11 281.1 0.79 0.49
Hex A3 1A E2 1C 58 0 B 119 4F 31
Octal 243 32 342 34 130 0 13 431 117 61
Binary 10100011 11010 11100010 11100 1011000 0 1011 100011001 1001111 110001

Color Harmonies of #A31AE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31AE2

Black with #A31AE2

Text Example


Text Example

White with #A31AE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31AE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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