Html Css Color HEX #A11FFA Blue Violet

📋 copy color: '#A11FFA'

red 161 ◦ green 31 ◦ blue 250

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

Shades of Blue Violet #A11FFA

Tints of Blue Violet #A11FFA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.01%

 BLUE value IS 250 (98.05% from 255) = 56.56%

R = 36.43%
G = 7.01%
B = 56.56%

CMYK

 C value IS 0.36

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A11FFA (or 0xA11FFA) is known color: Blue Violet. HEX triplet: A1, 1F and FA. RGB value is (161,31,250). Sum of RGB (Red+Green+Blue) = 161+31+250=442 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.43% from 442); Green value is 31 (12.5% from 255 or 7.01% from 442); Blue value is 250 (98.05% from 255 or 56.56% from 442); Max value from RGB is 250 - color contains mainly: blue. Hex color #A11FFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A11FFA is #5EE005. Grayscale: #5E5E5E. Windows color (decimal): -6217734 or 16392097. OLE color: 16392097.

HSL color Cylindrical-coordinate representation of color #A11FFA: hue angle of 275.62º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A11FFA is Cyan = 0.36, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 161 31 250 -
CMYK 0.36 0.88 0 0.02
HSL 275.62º 0.96% 0.55% -
HSV(B) 275.62º 0.88% 0.98% -
XYZ 32.44 15.46 91.72 -
YUV 94.84 215.57 175.19 -
System Red Green Blue C M Y K H S L
Decimal 161 31 250 0.36 0.88 0 0.02 275.62 0.96 0.55
Hex A1 1F FA 24 58 0 2 114 60 37
Octal 241 37 372 44 130 0 2 424 140 67
Binary 10100001 11111 11111010 100100 1011000 0 10 100010100 1100000 110111

Color Harmonies of #A11FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11FFA

Black with #A11FFA

Text Example


Text Example

White with #A11FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11FFA; }

 p { color: rgb(161,31,250); }

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

background-color css

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

 a { background-color: rgb(161,31,250); }

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

border-color css

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

 span { border-color: rgb(161,31,250); }

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