Html Css Color HEX #A326EB Blue Violet

📋 copy color: '#A326EB'

red 163 ◦ green 38 ◦ blue 235

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

Shades of Blue Violet #A326EB

Tints of Blue Violet #A326EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 53.9%

R = 37.39%
G = 8.72%
B = 53.9%

CMYK

 C value IS 0.31

 M value IS 0.84

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A326EB (or 0xA326EB) is known color: Blue Violet. HEX triplet: A3, 26 and EB. RGB value is (163,38,235). Sum of RGB (Red+Green+Blue) = 163+38+235=436 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.39% from 436); Green value is 38 (15.23% from 255 or 8.72% from 436); Blue value is 235 (92.19% from 255 or 53.90% from 436); Max value from RGB is 235 - color contains mainly: blue. Hex color #A326EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A326EB is #5CD914. Grayscale: #616161. Windows color (decimal): -6084885 or 15410851. OLE color: 15410851.

HSL color Cylindrical-coordinate representation of color #A326EB: hue angle of 278.07º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A326EB is Cyan = 0.31, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 163 38 235 -
CMYK 0.31 0.84 0 0.08
HSL 278.07º 0.83% 0.54% -
HSV(B) 278.07º 0.84% 0.92% -
XYZ 30.79 15.17 79.9 -
YUV 97.83 205.41 174.48 -
System Red Green Blue C M Y K H S L
Decimal 163 38 235 0.31 0.84 0 0.08 278.07 0.83 0.54
Hex A3 26 EB 1F 54 0 8 116 53 36
Octal 243 46 353 37 124 0 10 426 123 66
Binary 10100011 100110 11101011 11111 1010100 0 1000 100010110 1010011 110110

Color Harmonies of #A326EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A326EB

Black with #A326EB

Text Example


Text Example

White with #A326EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A326EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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