Html Css Color HEX #A117EB Blue Violet

📋 copy color: '#A117EB'

red 161 ◦ green 23 ◦ blue 235

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

Shades of Blue Violet #A117EB

Tints of Blue Violet #A117EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 56.09%

R = 38.42%
G = 5.49%
B = 56.09%

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

#A117EB (or 0xA117EB) is known color: Blue Violet. HEX triplet: A1, 17 and EB. RGB value is (161,23,235). Sum of RGB (Red+Green+Blue) = 161+23+235=419 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.42% from 419); Green value is 23 (9.38% from 255 or 5.49% from 419); Blue value is 235 (92.19% from 255 or 56.09% from 419); Max value from RGB is 235 - color contains mainly: blue. Hex color #A117EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A117EB is #5EE814. Grayscale: #575757. Windows color (decimal): -6219797 or 15407009. OLE color: 15407009.

HSL color Cylindrical-coordinate representation of color #A117EB: hue angle of 279.06º degrees, saturation: 0.84, 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 #A117EB is Cyan = 0.31, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 161 23 235 -
CMYK 0.31 0.90 0 0.08
HSL 279.06º 0.84% 0.51% -
HSV(B) 279.06º 0.9% 0.92% -
XYZ 30 14.19 79.75 -
YUV 88.43 210.72 179.76 -
System Red Green Blue C M Y K H S L
Decimal 161 23 235 0.31 0.90 0 0.08 279.06 0.84 0.51
Hex A1 17 EB 1F 5A 0 8 117 54 33
Octal 241 27 353 37 132 0 10 427 124 63
Binary 10100001 10111 11101011 11111 1011010 0 1000 100010111 1010100 110011

Color Harmonies of #A117EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A117EB

Black with #A117EB

Text Example


Text Example

White with #A117EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A117EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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