Html Css Color HEX #A330EC Blue Violet

📋 copy color: '#A330EC'

red 163 ◦ green 48 ◦ blue 236

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

Shades of Blue Violet #A330EC

Tints of Blue Violet #A330EC

RGB

 RED value IS 163 (64.06% from 255) = 36.47%

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

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

R = 36.47%
G = 10.74%
B = 52.8%

CMYK

 C value IS 0.31

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A330EC (or 0xA330EC) is known color: Blue Violet. HEX triplet: A3, 30 and EC. RGB value is (163,48,236). Sum of RGB (Red+Green+Blue) = 163+48+236=447 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.47% from 447); Green value is 48 (19.14% from 255 or 10.74% from 447); Blue value is 236 (92.58% from 255 or 52.80% from 447); Max value from RGB is 236 - color contains mainly: blue. Hex color #A330EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A330EC is #5CCF13. Grayscale: #676767. Windows color (decimal): -6082324 or 15478947. OLE color: 15478947.

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

Color convert

RGB 163 48 236 -
CMYK 0.31 0.80 0 0.07
HSL 276.7º 0.83% 0.56% -
HSV(B) 276.7º 0.8% 0.93% -
XYZ 31.3 15.96 80.79 -
YUV 103.82 202.6 170.21 -
System Red Green Blue C M Y K H S L
Decimal 163 48 236 0.31 0.80 0 0.07 276.7 0.83 0.56
Hex A3 30 EC 1F 50 0 7 115 53 38
Octal 243 60 354 37 120 0 7 425 123 70
Binary 10100011 110000 11101100 11111 1010000 0 111 100010101 1010011 111000

Color Harmonies of #A330EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A330EC

Black with #A330EC

Text Example


Text Example

White with #A330EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A330EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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