Html Css Color HEX #A31BE9 Blue Violet

📋 copy color: '#A31BE9'

red 163 ◦ green 27 ◦ blue 233

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

Shades of Blue Violet #A31BE9

Tints of Blue Violet #A31BE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 55.08%

R = 38.53%
G = 6.38%
B = 55.08%

CMYK

 C value IS 0.30

 M value IS 0.88

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A31BE9 (or 0xA31BE9) is known color: Blue Violet. HEX triplet: A3, 1B and E9. RGB value is (163,27,233). Sum of RGB (Red+Green+Blue) = 163+27+233=423 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.53% from 423); Green value is 27 (10.94% from 255 or 6.38% from 423); Blue value is 233 (91.41% from 255 or 55.08% from 423); Max value from RGB is 233 - color contains mainly: blue. Hex color #A31BE9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A31BE9 is #5CE416. Grayscale: #5A5A5A. Windows color (decimal): -6087703 or 15276963. OLE color: 15276963.

HSL color Cylindrical-coordinate representation of color #A31BE9: hue angle of 279.61º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A31BE9 is Cyan = 0.30, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 163 27 233 -
CMYK 0.30 0.88 0 0.09
HSL 279.61º 0.82% 0.51% -
HSV(B) 279.61º 0.88% 0.91% -
XYZ 30.2 14.45 78.29 -
YUV 91.15 208.06 179.25 -
System Red Green Blue C M Y K H S L
Decimal 163 27 233 0.30 0.88 0 0.09 279.61 0.82 0.51
Hex A3 1B E9 1E 58 0 9 118 52 33
Octal 243 33 351 36 130 0 11 430 122 63
Binary 10100011 11011 11101001 11110 1011000 0 1001 100011000 1010010 110011

Color Harmonies of #A31BE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31BE9

Black with #A31BE9

Text Example


Text Example

White with #A31BE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31BE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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