Html Css Color HEX #A330EE Blue Violet

📋 copy color: '#A330EE'

red 163 ◦ green 48 ◦ blue 238

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

Shades of Blue Violet #A330EE

Tints of Blue Violet #A330EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 53.01%

R = 36.3%
G = 10.69%
B = 53.01%

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

#A330EE (or 0xA330EE) is known color: Blue Violet. HEX triplet: A3, 30 and EE. RGB value is (163,48,238). Sum of RGB (Red+Green+Blue) = 163+48+238=449 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.30% from 449); Green value is 48 (19.14% from 255 or 10.69% from 449); Blue value is 238 (93.36% from 255 or 53.01% from 449); Max value from RGB is 238 - color contains mainly: blue. Hex color #A330EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A330EE is #5CCF11. Grayscale: #676767. Windows color (decimal): -6082322 or 15610019. OLE color: 15610019.

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

Color convert

RGB 163 48 238 -
CMYK 0.32 0.80 0 0.07
HSL 276.32º 0.85% 0.56% -
HSV(B) 276.32º 0.8% 0.93% -
XYZ 31.59 16.07 82.33 -
YUV 104.05 203.6 170.05 -
System Red Green Blue C M Y K H S L
Decimal 163 48 238 0.32 0.80 0 0.07 276.32 0.85 0.56
Hex A3 30 EE 20 50 0 7 114 55 38
Octal 243 60 356 40 120 0 7 424 125 70
Binary 10100011 110000 11101110 100000 1010000 0 111 100010100 1010101 111000

Color Harmonies of #A330EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A330EE

Black with #A330EE

Text Example


Text Example

White with #A330EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A330EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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