Html Css Color HEX #A31BE4 Blue Violet

📋 copy color: '#A31BE4'

red 163 ◦ green 27 ◦ blue 228

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

Shades of Blue Violet #A31BE4

Tints of Blue Violet #A31BE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 54.55%

R = 39%
G = 6.46%
B = 54.55%

CMYK

 C value IS 0.29

 M value IS 0.88

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A31BE4 (or 0xA31BE4) is known color: Blue Violet. HEX triplet: A3, 1B and E4. RGB value is (163,27,228). Sum of RGB (Red+Green+Blue) = 163+27+228=418 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.00% from 418); Green value is 27 (10.94% from 255 or 6.46% from 418); Blue value is 228 (89.45% from 255 or 54.55% from 418); Max value from RGB is 228 - color contains mainly: blue. Hex color #A31BE4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A31BE4 is #5CE41B. Grayscale: #595959. Windows color (decimal): -6087708 or 14949283. OLE color: 14949283.

HSL color Cylindrical-coordinate representation of color #A31BE4: hue angle of 280.6º 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 #A31BE4 is Cyan = 0.29, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 163 27 228 -
CMYK 0.29 0.88 0 0.11
HSL 280.6º 0.79% 0.5% -
HSV(B) 280.6º 0.88% 0.89% -
XYZ 29.5 14.17 74.58 -
YUV 90.58 205.56 179.66 -
System Red Green Blue C M Y K H S L
Decimal 163 27 228 0.29 0.88 0 0.11 280.6 0.79 0.5
Hex A3 1B E4 1D 58 0 B 119 4F 32
Octal 243 33 344 35 130 0 13 431 117 62
Binary 10100011 11011 11100100 11101 1011000 0 1011 100011001 1001111 110010

Color Harmonies of #A31BE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31BE4

Black with #A31BE4

Text Example


Text Example

White with #A31BE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31BE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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