Html Css Color HEX #A325ED Blue Violet

📋 copy color: '#A325ED'

red 163 ◦ green 37 ◦ blue 237

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

Shades of Blue Violet #A325ED

Tints of Blue Violet #A325ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 54.23%

R = 37.3%
G = 8.47%
B = 54.23%

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

#A325ED (or 0xA325ED) is known color: Blue Violet. HEX triplet: A3, 25 and ED. RGB value is (163,37,237). Sum of RGB (Red+Green+Blue) = 163+37+237=437 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.30% from 437); Green value is 37 (14.84% from 255 or 8.47% from 437); Blue value is 237 (92.97% from 255 or 54.23% from 437); Max value from RGB is 237 - color contains mainly: blue. Hex color #A325ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A325ED is #5CDA12. Grayscale: #606060. Windows color (decimal): -6085139 or 15541667. OLE color: 15541667.

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

Color convert

RGB 163 37 237 -
CMYK 0.31 0.84 0 0.07
HSL 277.8º 0.85% 0.54% -
HSV(B) 277.8º 0.84% 0.93% -
XYZ 31.05 15.22 81.42 -
YUV 97.47 206.74 174.74 -
System Red Green Blue C M Y K H S L
Decimal 163 37 237 0.31 0.84 0 0.07 277.8 0.85 0.54
Hex A3 25 ED 1F 54 0 7 116 55 36
Octal 243 45 355 37 124 0 7 426 125 66
Binary 10100011 100101 11101101 11111 1010100 0 111 100010110 1010101 110110

Color Harmonies of #A325ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A325ED

Black with #A325ED

Text Example


Text Example

White with #A325ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A325ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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