Html Css Color HEX #A117EA Blue Violet

📋 copy color: '#A117EA'

red 161 ◦ green 23 ◦ blue 234

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

Shades of Blue Violet #A117EA

Tints of Blue Violet #A117EA

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.5%

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

R = 38.52%
G = 5.5%
B = 55.98%

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

#A117EA (or 0xA117EA) is known color: Blue Violet. HEX triplet: A1, 17 and EA. RGB value is (161,23,234). Sum of RGB (Red+Green+Blue) = 161+23+234=418 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.52% from 418); Green value is 23 (9.38% from 255 or 5.50% from 418); Blue value is 234 (91.80% from 255 or 55.98% from 418); Max value from RGB is 234 - color contains mainly: blue. Hex color #A117EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A117EA is #5EE815. Grayscale: #575757. Windows color (decimal): -6219798 or 15341473. OLE color: 15341473.

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

Color convert

RGB 161 23 234 -
CMYK 0.31 0.90 0 0.08
HSL 279.24º 0.83% 0.5% -
HSV(B) 279.24º 0.9% 0.92% -
XYZ 29.86 14.13 79 -
YUV 88.32 210.22 179.84 -
System Red Green Blue C M Y K H S L
Decimal 161 23 234 0.31 0.90 0 0.08 279.24 0.83 0.5
Hex A1 17 EA 1F 5A 0 8 117 53 32
Octal 241 27 352 37 132 0 10 427 123 62
Binary 10100001 10111 11101010 11111 1011010 0 1000 100010111 1010011 110010

Color Harmonies of #A117EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A117EA

Black with #A117EA

Text Example


Text Example

White with #A117EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A117EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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