Html Css Color HEX #A11EEA Blue Violet

📋 copy color: '#A11EEA'

red 161 ◦ green 30 ◦ blue 234

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

Shades of Blue Violet #A11EEA

Tints of Blue Violet #A11EEA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.06%

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

R = 37.88%
G = 7.06%
B = 55.06%

CMYK

 C value IS 0.31

 M value IS 0.87

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A11EEA (or 0xA11EEA) is known color: Blue Violet. HEX triplet: A1, 1E and EA. RGB value is (161,30,234). Sum of RGB (Red+Green+Blue) = 161+30+234=425 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.88% from 425); Green value is 30 (12.11% from 255 or 7.06% from 425); Blue value is 234 (91.80% from 255 or 55.06% from 425); Max value from RGB is 234 - color contains mainly: blue. Hex color #A11EEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A11EEA is #5EE115. Grayscale: #5B5B5B. Windows color (decimal): -6218006 or 15343265. OLE color: 15343265.

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

Color convert

RGB 161 30 234 -
CMYK 0.31 0.87 0 0.08
HSL 278.53º 0.83% 0.52% -
HSV(B) 278.53º 0.87% 0.92% -
XYZ 30.01 14.45 79.05 -
YUV 92.43 207.9 176.91 -
System Red Green Blue C M Y K H S L
Decimal 161 30 234 0.31 0.87 0 0.08 278.53 0.83 0.52
Hex A1 1E EA 1F 57 0 8 117 53 34
Octal 241 36 352 37 127 0 10 427 123 64
Binary 10100001 11110 11101010 11111 1010111 0 1000 100010111 1010011 110100

Color Harmonies of #A11EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11EEA

Black with #A11EEA

Text Example


Text Example

White with #A11EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11EEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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