Html Css Color HEX #A326EE Blue Violet

📋 copy color: '#A326EE'

red 163 ◦ green 38 ◦ blue 238

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

Shades of Blue Violet #A326EE

Tints of Blue Violet #A326EE

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.66%

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

R = 37.13%
G = 8.66%
B = 54.21%

CMYK

 C value IS 0.32

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A326EE (or 0xA326EE) is known color: Blue Violet. HEX triplet: A3, 26 and EE. RGB value is (163,38,238). Sum of RGB (Red+Green+Blue) = 163+38+238=439 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.13% from 439); Green value is 38 (15.23% from 255 or 8.66% from 439); Blue value is 238 (93.36% from 255 or 54.21% from 439); Max value from RGB is 238 - color contains mainly: blue. Hex color #A326EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A326EE is #5CD911. Grayscale: #616161. Windows color (decimal): -6084882 or 15607459. OLE color: 15607459.

HSL color Cylindrical-coordinate representation of color #A326EE: hue angle of 277.5º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A326EE is Cyan = 0.32, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 163 38 238 -
CMYK 0.32 0.84 0 0.07
HSL 277.5º 0.85% 0.54% -
HSV(B) 277.5º 0.84% 0.93% -
XYZ 31.23 15.35 82.2 -
YUV 98.18 206.91 174.24 -
System Red Green Blue C M Y K H S L
Decimal 163 38 238 0.32 0.84 0 0.07 277.5 0.85 0.54
Hex A3 26 EE 20 54 0 7 116 55 36
Octal 243 46 356 40 124 0 7 426 125 66
Binary 10100011 100110 11101110 100000 1010100 0 111 100010110 1010101 110110

Color Harmonies of #A326EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A326EE

Black with #A326EE

Text Example


Text Example

White with #A326EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A326EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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