Html Css Color HEX #A11AF9 Blue Violet

📋 copy color: '#A11AF9'

red 161 ◦ green 26 ◦ blue 249

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

Shades of Blue Violet #A11AF9

Tints of Blue Violet #A11AF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 57.11%

R = 36.93%
G = 5.96%
B = 57.11%

CMYK

 C value IS 0.35

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A11AF9 (or 0xA11AF9) is known color: Blue Violet. HEX triplet: A1, 1A and F9. RGB value is (161,26,249). Sum of RGB (Red+Green+Blue) = 161+26+249=436 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.93% from 436); Green value is 26 (10.55% from 255 or 5.96% from 436); Blue value is 249 (97.66% from 255 or 57.11% from 436); Max value from RGB is 249 - color contains mainly: blue. Hex color #A11AF9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A11AF9 is #5EE506. Grayscale: #5B5B5B. Windows color (decimal): -6219015 or 16325281. OLE color: 16325281.

HSL color Cylindrical-coordinate representation of color #A11AF9: hue angle of 276.32º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A11AF9 is Cyan = 0.35, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 161 26 249 -
CMYK 0.35 0.90 0 0.02
HSL 276.32º 0.95% 0.54% -
HSV(B) 276.32º 0.9% 0.98% -
XYZ 32.17 15.16 90.85 -
YUV 91.79 216.73 177.37 -
System Red Green Blue C M Y K H S L
Decimal 161 26 249 0.35 0.90 0 0.02 276.32 0.95 0.54
Hex A1 1A F9 23 5A 0 2 114 5F 36
Octal 241 32 371 43 132 0 2 424 137 66
Binary 10100001 11010 11111001 100011 1011010 0 10 100010100 1011111 110110

Color Harmonies of #A11AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11AF9

Black with #A11AF9

Text Example


Text Example

White with #A11AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11AF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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