Html Css Color HEX #A325F1 Blue Violet

📋 copy color: '#A325F1'

red 163 ◦ green 37 ◦ blue 241

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

Shades of Blue Violet #A325F1

Tints of Blue Violet #A325F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 54.65%

R = 36.96%
G = 8.39%
B = 54.65%

CMYK

 C value IS 0.32

 M value IS 0.85

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A325F1 (or 0xA325F1) is known color: Blue Violet. HEX triplet: A3, 25 and F1. RGB value is (163,37,241). Sum of RGB (Red+Green+Blue) = 163+37+241=441 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.96% from 441); Green value is 37 (14.84% from 255 or 8.39% from 441); Blue value is 241 (94.53% from 255 or 54.65% from 441); Max value from RGB is 241 - color contains mainly: blue. Hex color #A325F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A325F1 is #5CDA0E. Grayscale: #616161. Windows color (decimal): -6085135 or 15803811. OLE color: 15803811.

HSL color Cylindrical-coordinate representation of color #A325F1: hue angle of 277.06º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A325F1 is Cyan = 0.32, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 163 37 241 -
CMYK 0.32 0.85 0 0.05
HSL 277.06º 0.88% 0.55% -
HSV(B) 277.06º 0.85% 0.95% -
XYZ 31.64 15.46 84.54 -
YUV 97.93 208.74 174.41 -
System Red Green Blue C M Y K H S L
Decimal 163 37 241 0.32 0.85 0 0.05 277.06 0.88 0.55
Hex A3 25 F1 20 55 0 5 115 58 37
Octal 243 45 361 40 125 0 5 425 130 67
Binary 10100011 100101 11110001 100000 1010101 0 101 100010101 1011000 110111

Color Harmonies of #A325F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A325F1

Black with #A325F1

Text Example


Text Example

White with #A325F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A325F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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