Html Css Color HEX #A11AEF Blue Violet

📋 copy color: '#A11AEF'

red 161 ◦ green 26 ◦ blue 239

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

Shades of Blue Violet #A11AEF

Tints of Blue Violet #A11AEF

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.1%

 BLUE value IS 239 (93.75% from 255) = 56.1%

R = 37.79%
G = 6.1%
B = 56.1%

CMYK

 C value IS 0.33

 M value IS 0.89

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A11AEF (or 0xA11AEF) is known color: Blue Violet. HEX triplet: A1, 1A and EF. RGB value is (161,26,239). Sum of RGB (Red+Green+Blue) = 161+26+239=426 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.79% from 426); Green value is 26 (10.55% from 255 or 6.10% from 426); Blue value is 239 (93.75% from 255 or 56.10% from 426); Max value from RGB is 239 - color contains mainly: blue. Hex color #A11AEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A11AEF is #5EE510. Grayscale: #595959. Windows color (decimal): -6219025 or 15669921. OLE color: 15669921.

HSL color Cylindrical-coordinate representation of color #A11AEF: hue angle of 278.03º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A11AEF is Cyan = 0.33, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 161 26 239 -
CMYK 0.33 0.89 0 0.06
HSL 278.03º 0.87% 0.52% -
HSV(B) 278.03º 0.89% 0.94% -
XYZ 30.65 14.55 82.85 -
YUV 90.65 211.73 178.18 -
System Red Green Blue C M Y K H S L
Decimal 161 26 239 0.33 0.89 0 0.06 278.03 0.87 0.52
Hex A1 1A EF 21 59 0 6 116 57 34
Octal 241 32 357 41 131 0 6 426 127 64
Binary 10100001 11010 11101111 100001 1011001 0 110 100010110 1010111 110100

Color Harmonies of #A11AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11AEF

Black with #A11AEF

Text Example


Text Example

White with #A11AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11AEF; }

 p { color: rgb(161,26,239); }

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

background-color css

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

 a { background-color: rgb(161,26,239); }

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

border-color css

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

 span { border-color: rgb(161,26,239); }

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