Html Css Color HEX #A331EA Blue Violet

📋 copy color: '#A331EA'

red 163 ◦ green 49 ◦ blue 234

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

Shades of Blue Violet #A331EA

Tints of Blue Violet #A331EA

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.99%

 BLUE value IS 234 (91.8% from 255) = 52.47%

R = 36.55%
G = 10.99%
B = 52.47%

CMYK

 C value IS 0.30

 M value IS 0.79

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A331EA (or 0xA331EA) is known color: Blue Violet. HEX triplet: A3, 31 and EA. RGB value is (163,49,234). Sum of RGB (Red+Green+Blue) = 163+49+234=446 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.55% from 446); Green value is 49 (19.53% from 255 or 10.99% from 446); Blue value is 234 (91.80% from 255 or 52.47% from 446); Max value from RGB is 234 - color contains mainly: blue. Hex color #A331EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A331EA is #5CCE15. Grayscale: #676767. Windows color (decimal): -6082070 or 15348131. OLE color: 15348131.

HSL color Cylindrical-coordinate representation of color #A331EA: hue angle of 276.97º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A331EA is Cyan = 0.30, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 163 49 234 -
CMYK 0.30 0.79 0 0.08
HSL 276.97º 0.81% 0.55% -
HSV(B) 276.97º 0.79% 0.92% -
XYZ 31.05 15.92 79.28 -
YUV 104.18 201.27 169.96 -
System Red Green Blue C M Y K H S L
Decimal 163 49 234 0.30 0.79 0 0.08 276.97 0.81 0.55
Hex A3 31 EA 1E 4F 0 8 115 51 37
Octal 243 61 352 36 117 0 10 425 121 67
Binary 10100011 110001 11101010 11110 1001111 0 1000 100010101 1010001 110111

Color Harmonies of #A331EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A331EA

Black with #A331EA

Text Example


Text Example

White with #A331EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A331EA; }

 p { color: rgb(163,49,234); }

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

background-color css

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

 a { background-color: rgb(163,49,234); }

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

border-color css

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

 span { border-color: rgb(163,49,234); }

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