Html Css Color HEX #A325FF Blue Violet

📋 copy color: '#A325FF'

red 163 ◦ green 37 ◦ blue 255

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

Shades of Blue Violet #A325FF

Tints of Blue Violet #A325FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 56.04%

R = 35.82%
G = 8.13%
B = 56.04%

CMYK

 C value IS 0.36

 M value IS 0.85

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A325FF (or 0xA325FF) is known color: Blue Violet. HEX triplet: A3, 25 and FF. RGB value is (163,37,255). Sum of RGB (Red+Green+Blue) = 163+37+255=455 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.82% from 455); Green value is 37 (14.84% from 255 or 8.13% from 455); Blue value is 255 (100% from 255 or 56.04% from 455); Max value from RGB is 255 - color contains mainly: blue. Hex color #A325FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A325FF is #5CDA00. Grayscale: #626262. Windows color (decimal): -6085121 or 16721315. OLE color: 16721315.

HSL color Cylindrical-coordinate representation of color #A325FF: hue angle of 274.68º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A325FF is Cyan = 0.36, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 163 37 255 -
CMYK 0.36 0.85 0 0
HSL 274.68º 1% 0.57% -
HSV(B) 274.68º 0.85% 1% -
XYZ 33.82 16.33 95.98 -
YUV 99.53 215.74 173.27 -
System Red Green Blue C M Y K H S L
Decimal 163 37 255 0.36 0.85 0 0 274.68 1 0.57
Hex A3 25 FF 24 55 0 0 113 64 39
Octal 243 45 377 44 125 0 0 423 144 71
Binary 10100011 100101 11111111 100100 1010101 0 0 100010011 1100100 111001

Color Harmonies of #A325FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A325FF

Black with #A325FF

Text Example


Text Example

White with #A325FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A325FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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