Html Css Color HEX #A325EC Blue Violet

📋 copy color: '#A325EC'

red 163 ◦ green 37 ◦ blue 236

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

Shades of Blue Violet #A325EC

Tints of Blue Violet #A325EC

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.49%

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

R = 37.39%
G = 8.49%
B = 54.13%

CMYK

 C value IS 0.31

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A325EC (or 0xA325EC) is known color: Blue Violet. HEX triplet: A3, 25 and EC. RGB value is (163,37,236). Sum of RGB (Red+Green+Blue) = 163+37+236=436 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.39% from 436); Green value is 37 (14.84% from 255 or 8.49% from 436); Blue value is 236 (92.58% from 255 or 54.13% from 436); Max value from RGB is 236 - color contains mainly: blue. Hex color #A325EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A325EC is #5CDA13. Grayscale: #606060. Windows color (decimal): -6085140 or 15476131. OLE color: 15476131.

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

Color convert

RGB 163 37 236 -
CMYK 0.31 0.84 0 0.07
HSL 277.99º 0.84% 0.54% -
HSV(B) 277.99º 0.84% 0.93% -
XYZ 30.91 15.17 80.66 -
YUV 97.36 206.24 174.82 -
System Red Green Blue C M Y K H S L
Decimal 163 37 236 0.31 0.84 0 0.07 277.99 0.84 0.54
Hex A3 25 EC 1F 54 0 7 116 54 36
Octal 243 45 354 37 124 0 7 426 124 66
Binary 10100011 100101 11101100 11111 1010100 0 111 100010110 1010100 110110

Color Harmonies of #A325EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A325EC

Black with #A325EC

Text Example


Text Example

White with #A325EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A325EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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