Html Css Color HEX #A31EEA Blue Violet

📋 copy color: '#A31EEA'

red 163 ◦ green 30 ◦ blue 234

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

Shades of Blue Violet #A31EEA

Tints of Blue Violet #A31EEA

RGB

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

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

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

R = 38.17%
G = 7.03%
B = 54.8%

CMYK

 C value IS 0.30

 M value IS 0.87

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A31EEA (or 0xA31EEA) is known color: Blue Violet. HEX triplet: A3, 1E and EA. RGB value is (163,30,234). Sum of RGB (Red+Green+Blue) = 163+30+234=427 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.17% from 427); Green value is 30 (12.11% from 255 or 7.03% from 427); Blue value is 234 (91.80% from 255 or 54.80% from 427); Max value from RGB is 234 - color contains mainly: blue. Hex color #A31EEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A31EEA is #5CE115. Grayscale: #5C5C5C. Windows color (decimal): -6086934 or 15343267. OLE color: 15343267.

HSL color Cylindrical-coordinate representation of color #A31EEA: hue angle of 279.12º degrees, saturation: 0.83, 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 #A31EEA is Cyan = 0.30, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 163 30 234 -
CMYK 0.30 0.87 0 0.08
HSL 279.12º 0.83% 0.52% -
HSV(B) 279.12º 0.87% 0.92% -
XYZ 30.42 14.66 79.07 -
YUV 93.02 207.56 177.91 -
System Red Green Blue C M Y K H S L
Decimal 163 30 234 0.30 0.87 0 0.08 279.12 0.83 0.52
Hex A3 1E EA 1E 57 0 8 117 53 34
Octal 243 36 352 36 127 0 10 427 123 64
Binary 10100011 11110 11101010 11110 1010111 0 1000 100010111 1010011 110100

Color Harmonies of #A31EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31EEA

Black with #A31EEA

Text Example


Text Example

White with #A31EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31EEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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