Html Css Color HEX #A31BEB Blue Violet

📋 copy color: '#A31BEB'

red 163 ◦ green 27 ◦ blue 235

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

Shades of Blue Violet #A31BEB

Tints of Blue Violet #A31BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 55.29%

R = 38.35%
G = 6.35%
B = 55.29%

CMYK

 C value IS 0.31

 M value IS 0.89

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A31BEB (or 0xA31BEB) is known color: Blue Violet. HEX triplet: A3, 1B and EB. RGB value is (163,27,235). Sum of RGB (Red+Green+Blue) = 163+27+235=425 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.35% from 425); Green value is 27 (10.94% from 255 or 6.35% from 425); Blue value is 235 (92.19% from 255 or 55.29% from 425); Max value from RGB is 235 - color contains mainly: blue. Hex color #A31BEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A31BEB is #5CE414. Grayscale: #5A5A5A. Windows color (decimal): -6087701 or 15408035. OLE color: 15408035.

HSL color Cylindrical-coordinate representation of color #A31BEB: hue angle of 279.23º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A31BEB is Cyan = 0.31, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 163 27 235 -
CMYK 0.31 0.89 0 0.08
HSL 279.23º 0.84% 0.51% -
HSV(B) 279.23º 0.89% 0.92% -
XYZ 30.49 14.57 79.8 -
YUV 91.38 209.06 179.09 -
System Red Green Blue C M Y K H S L
Decimal 163 27 235 0.31 0.89 0 0.08 279.23 0.84 0.51
Hex A3 1B EB 1F 59 0 8 117 54 33
Octal 243 33 353 37 131 0 10 427 124 63
Binary 10100011 11011 11101011 11111 1011001 0 1000 100010111 1010100 110011

Color Harmonies of #A31BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31BEB

Black with #A31BEB

Text Example


Text Example

White with #A31BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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