Html Css Color HEX #A118EA Blue Violet

📋 copy color: '#A118EA'

red 161 ◦ green 24 ◦ blue 234

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

Shades of Blue Violet #A118EA

Tints of Blue Violet #A118EA

RGB

 RED value IS 161 (63.28% from 255) = 38.42%

 GREEN value IS 24 (9.77% from 255) = 5.73%

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

R = 38.42%
G = 5.73%
B = 55.85%

CMYK

 C value IS 0.31

 M value IS 0.90

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A118EA (or 0xA118EA) is known color: Blue Violet. HEX triplet: A1, 18 and EA. RGB value is (161,24,234). Sum of RGB (Red+Green+Blue) = 161+24+234=419 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.42% from 419); Green value is 24 (9.77% from 255 or 5.73% from 419); Blue value is 234 (91.80% from 255 or 55.85% from 419); Max value from RGB is 234 - color contains mainly: blue. Hex color #A118EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A118EA is #5EE715. Grayscale: #585858. Windows color (decimal): -6219542 or 15341729. OLE color: 15341729.

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

Color convert

RGB 161 24 234 -
CMYK 0.31 0.90 0 0.08
HSL 279.14º 0.83% 0.51% -
HSV(B) 279.14º 0.9% 0.92% -
XYZ 29.88 14.17 79 -
YUV 88.9 209.89 179.42 -
System Red Green Blue C M Y K H S L
Decimal 161 24 234 0.31 0.90 0 0.08 279.14 0.83 0.51
Hex A1 18 EA 1F 5A 0 8 117 53 33
Octal 241 30 352 37 132 0 10 427 123 63
Binary 10100001 11000 11101010 11111 1011010 0 1000 100010111 1010011 110011

Color Harmonies of #A118EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A118EA

Black with #A118EA

Text Example


Text Example

White with #A118EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A118EA; }

 p { color: rgb(161,24,234); }

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

background-color css

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

 a { background-color: rgb(161,24,234); }

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

border-color css

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

 span { border-color: rgb(161,24,234); }

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