Html Css Color HEX #A030EC Blue Violet

📋 copy color: '#A030EC'

red 160 ◦ green 48 ◦ blue 236

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

Shades of Blue Violet #A030EC

Tints of Blue Violet #A030EC

RGB

 RED value IS 160 (62.89% from 255) = 36.04%

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

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

R = 36.04%
G = 10.81%
B = 53.15%

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

#A030EC (or 0xA030EC) is known color: Blue Violet. HEX triplet: A0, 30 and EC. RGB value is (160,48,236). Sum of RGB (Red+Green+Blue) = 160+48+236=444 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.04% from 444); Green value is 48 (19.14% from 255 or 10.81% from 444); Blue value is 236 (92.58% from 255 or 53.15% from 444); Max value from RGB is 236 - color contains mainly: blue. Hex color #A030EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A030EC is #5FCF13. Grayscale: #666666. Windows color (decimal): -6278932 or 15478944. OLE color: 15478944.

HSL color Cylindrical-coordinate representation of color #A030EC: hue angle of 275.74º 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 #A030EC is Cyan = 0.32, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 160 48 236 -
CMYK 0.32 0.80 0 0.07
HSL 275.74º 0.83% 0.56% -
HSV(B) 275.74º 0.8% 0.93% -
XYZ 30.69 15.64 80.76 -
YUV 102.92 203.11 168.71 -
System Red Green Blue C M Y K H S L
Decimal 160 48 236 0.32 0.80 0 0.07 275.74 0.83 0.56
Hex A0 30 EC 20 50 0 7 114 53 38
Octal 240 60 354 40 120 0 7 424 123 70
Binary 10100000 110000 11101100 100000 1010000 0 111 100010100 1010011 111000

Color Harmonies of #A030EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A030EC

Black with #A030EC

Text Example


Text Example

White with #A030EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A030EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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