Html Css Color HEX #A31EEB Blue Violet

📋 copy color: '#A31EEB'

red 163 ◦ green 30 ◦ blue 235

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

Shades of Blue Violet #A31EEB

Tints of Blue Violet #A31EEB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.01%

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

R = 38.08%
G = 7.01%
B = 54.91%

CMYK

 C value IS 0.31

 M value IS 0.87

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A31EEB (or 0xA31EEB) is known color: Blue Violet. HEX triplet: A3, 1E and EB. RGB value is (163,30,235). Sum of RGB (Red+Green+Blue) = 163+30+235=428 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.08% from 428); Green value is 30 (12.11% from 255 or 7.01% from 428); Blue value is 235 (92.19% from 255 or 54.91% from 428); Max value from RGB is 235 - color contains mainly: blue. Hex color #A31EEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A31EEB is #5CE114. Grayscale: #5C5C5C. Windows color (decimal): -6086933 or 15408803. OLE color: 15408803.

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

Color convert

RGB 163 30 235 -
CMYK 0.31 0.87 0 0.08
HSL 278.93º 0.84% 0.52% -
HSV(B) 278.93º 0.87% 0.92% -
XYZ 30.56 14.71 79.83 -
YUV 93.14 208.06 177.83 -
System Red Green Blue C M Y K H S L
Decimal 163 30 235 0.31 0.87 0 0.08 278.93 0.84 0.52
Hex A3 1E EB 1F 57 0 8 117 54 34
Octal 243 36 353 37 127 0 10 427 124 64
Binary 10100011 11110 11101011 11111 1010111 0 1000 100010111 1010100 110100

Color Harmonies of #A31EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31EEB

Black with #A31EEB

Text Example


Text Example

White with #A31EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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