Html Css Color HEX #A330F1 Blue Violet

📋 copy color: '#A330F1'

red 163 ◦ green 48 ◦ blue 241

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

Shades of Blue Violet #A330F1

Tints of Blue Violet #A330F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 53.32%

R = 36.06%
G = 10.62%
B = 53.32%

CMYK

 C value IS 0.32

 M value IS 0.80

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A330F1 (or 0xA330F1) is known color: Blue Violet. HEX triplet: A3, 30 and F1. RGB value is (163,48,241). Sum of RGB (Red+Green+Blue) = 163+48+241=452 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.06% from 452); Green value is 48 (19.14% from 255 or 10.62% from 452); Blue value is 241 (94.53% from 255 or 53.32% from 452); Max value from RGB is 241 - color contains mainly: blue. Hex color #A330F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A330F1 is #5CCF0E. Grayscale: #676767. Windows color (decimal): -6082319 or 15806627. OLE color: 15806627.

HSL color Cylindrical-coordinate representation of color #A330F1: hue angle of 275.75º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A330F1 is Cyan = 0.32, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 163 48 241 -
CMYK 0.32 0.80 0 0.05
HSL 275.75º 0.87% 0.57% -
HSV(B) 275.75º 0.8% 0.95% -
XYZ 32.04 16.25 84.67 -
YUV 104.39 205.1 169.81 -
System Red Green Blue C M Y K H S L
Decimal 163 48 241 0.32 0.80 0 0.05 275.75 0.87 0.57
Hex A3 30 F1 20 50 0 5 114 57 39
Octal 243 60 361 40 120 0 5 424 127 71
Binary 10100011 110000 11110001 100000 1010000 0 101 100010100 1010111 111001

Color Harmonies of #A330F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A330F1

Black with #A330F1

Text Example


Text Example

White with #A330F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A330F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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