Html Css Color HEX #A130EC Blue Violet

📋 copy color: '#A130EC'

red 161 ◦ green 48 ◦ blue 236

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

Shades of Blue Violet #A130EC

Tints of Blue Violet #A130EC

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.79%

 BLUE value IS 236 (92.58% from 255) = 53.03%

R = 36.18%
G = 10.79%
B = 53.03%

CMYK

 C value IS 0.32

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A130EC (or 0xA130EC) is known color: Blue Violet. HEX triplet: A1, 30 and EC. RGB value is (161,48,236). Sum of RGB (Red+Green+Blue) = 161+48+236=445 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.18% from 445); Green value is 48 (19.14% from 255 or 10.79% from 445); Blue value is 236 (92.58% from 255 or 53.03% from 445); Max value from RGB is 236 - color contains mainly: blue. Hex color #A130EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A130EC is #5ECF13. Grayscale: #666666. Windows color (decimal): -6213396 or 15478945. OLE color: 15478945.

HSL color Cylindrical-coordinate representation of color #A130EC: hue angle of 276.06º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A130EC is Cyan = 0.32, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 161 48 236 -
CMYK 0.32 0.80 0 0.07
HSL 276.06º 0.83% 0.56% -
HSV(B) 276.06º 0.8% 0.93% -
XYZ 30.9 15.75 80.77 -
YUV 103.22 202.94 169.21 -
System Red Green Blue C M Y K H S L
Decimal 161 48 236 0.32 0.80 0 0.07 276.06 0.83 0.56
Hex A1 30 EC 20 50 0 7 114 53 38
Octal 241 60 354 40 120 0 7 424 123 70
Binary 10100001 110000 11101100 100000 1010000 0 111 100010100 1010011 111000

Color Harmonies of #A130EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A130EC

Black with #A130EC

Text Example


Text Example

White with #A130EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A130EC; }

 p { color: rgb(161,48,236); }

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

background-color css

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

 a { background-color: rgb(161,48,236); }

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

border-color css

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

 span { border-color: rgb(161,48,236); }

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