Html Css Color HEX #A31BE2 Blue Violet

📋 copy color: '#A31BE2'

red 163 ◦ green 27 ◦ blue 226

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

Shades of Blue Violet #A31BE2

Tints of Blue Violet #A31BE2

RGB

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

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

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

R = 39.18%
G = 6.49%
B = 54.33%

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

#A31BE2 (or 0xA31BE2) is known color: Blue Violet. HEX triplet: A3, 1B and E2. RGB value is (163,27,226). Sum of RGB (Red+Green+Blue) = 163+27+226=416 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.18% from 416); Green value is 27 (10.94% from 255 or 6.49% from 416); Blue value is 226 (88.67% from 255 or 54.33% from 416); Max value from RGB is 226 - color contains mainly: blue. Hex color #A31BE2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A31BE2 is #5CE41D. Grayscale: #595959. Windows color (decimal): -6087710 or 14818211. OLE color: 14818211.

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

Color convert

RGB 163 27 226 -
CMYK 0.28 0.88 0 0.11
HSL 281.01º 0.79% 0.5% -
HSV(B) 281.01º 0.88% 0.89% -
XYZ 29.22 14.06 73.13 -
YUV 90.35 204.56 179.82 -
System Red Green Blue C M Y K H S L
Decimal 163 27 226 0.28 0.88 0 0.11 281.01 0.79 0.5
Hex A3 1B E2 1C 58 0 B 119 4F 32
Octal 243 33 342 34 130 0 13 431 117 62
Binary 10100011 11011 11100010 11100 1011000 0 1011 100011001 1001111 110010

Color Harmonies of #A31BE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31BE2

Black with #A31BE2

Text Example


Text Example

White with #A31BE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31BE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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