Html Css Color HEX #A325EB Blue Violet

📋 copy color: '#A325EB'

red 163 ◦ green 37 ◦ blue 235

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

Shades of Blue Violet #A325EB

Tints of Blue Violet #A325EB

RGB

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

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

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

R = 37.47%
G = 8.51%
B = 54.02%

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

#A325EB (or 0xA325EB) is known color: Blue Violet. HEX triplet: A3, 25 and EB. RGB value is (163,37,235). Sum of RGB (Red+Green+Blue) = 163+37+235=435 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.47% from 435); Green value is 37 (14.84% from 255 or 8.51% from 435); Blue value is 235 (92.19% from 255 or 54.02% from 435); Max value from RGB is 235 - color contains mainly: blue. Hex color #A325EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A325EB is #5CDA14. Grayscale: #606060. Windows color (decimal): -6085141 or 15410595. OLE color: 15410595.

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

Color convert

RGB 163 37 235 -
CMYK 0.31 0.84 0 0.08
HSL 278.18º 0.83% 0.53% -
HSV(B) 278.18º 0.84% 0.92% -
XYZ 30.76 15.11 79.89 -
YUV 97.25 205.74 174.9 -
System Red Green Blue C M Y K H S L
Decimal 163 37 235 0.31 0.84 0 0.08 278.18 0.83 0.53
Hex A3 25 EB 1F 54 0 8 116 53 35
Octal 243 45 353 37 124 0 10 426 123 65
Binary 10100011 100101 11101011 11111 1010100 0 1000 100010110 1010011 110101

Color Harmonies of #A325EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A325EB

Black with #A325EB

Text Example


Text Example

White with #A325EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A325EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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