Html Css Color HEX #A31CE4 Blue Violet

📋 copy color: '#A31CE4'

red 163 ◦ green 28 ◦ blue 228

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

Shades of Blue Violet #A31CE4

Tints of Blue Violet #A31CE4

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.68%

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

R = 38.9%
G = 6.68%
B = 54.42%

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

#A31CE4 (or 0xA31CE4) is known color: Blue Violet. HEX triplet: A3, 1C and E4. RGB value is (163,28,228). Sum of RGB (Red+Green+Blue) = 163+28+228=419 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.90% from 419); Green value is 28 (11.33% from 255 or 6.68% from 419); Blue value is 228 (89.45% from 255 or 54.42% from 419); Max value from RGB is 228 - color contains mainly: blue. Hex color #A31CE4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A31CE4 is #5CE31B. Grayscale: #5A5A5A. Windows color (decimal): -6087452 or 14949539. OLE color: 14949539.

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

Color convert

RGB 163 28 228 -
CMYK 0.29 0.88 0 0.11
HSL 280.5º 0.79% 0.5% -
HSV(B) 280.5º 0.88% 0.89% -
XYZ 29.52 14.22 74.59 -
YUV 91.17 205.23 179.24 -
System Red Green Blue C M Y K H S L
Decimal 163 28 228 0.29 0.88 0 0.11 280.5 0.79 0.5
Hex A3 1C E4 1D 58 0 B 118 4F 32
Octal 243 34 344 35 130 0 13 430 117 62
Binary 10100011 11100 11100100 11101 1011000 0 1011 100011000 1001111 110010

Color Harmonies of #A31CE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31CE4

Black with #A31CE4

Text Example


Text Example

White with #A31CE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31CE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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