Html Css Color HEX #A327EF Blue Violet

📋 copy color: '#A327EF'

red 163 ◦ green 39 ◦ blue 239

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

Shades of Blue Violet #A327EF

Tints of Blue Violet #A327EF

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.84%

 BLUE value IS 239 (93.75% from 255) = 54.2%

R = 36.96%
G = 8.84%
B = 54.2%

CMYK

 C value IS 0.32

 M value IS 0.84

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A327EF (or 0xA327EF) is known color: Blue Violet. HEX triplet: A3, 27 and EF. RGB value is (163,39,239). Sum of RGB (Red+Green+Blue) = 163+39+239=441 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.96% from 441); Green value is 39 (15.62% from 255 or 8.84% from 441); Blue value is 239 (93.75% from 255 or 54.20% from 441); Max value from RGB is 239 - color contains mainly: blue. Hex color #A327EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A327EF is #5CD810. Grayscale: #626262. Windows color (decimal): -6084625 or 15673251. OLE color: 15673251.

HSL color Cylindrical-coordinate representation of color #A327EF: hue angle of 277.2º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A327EF is Cyan = 0.32, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 163 39 239 -
CMYK 0.32 0.84 0 0.06
HSL 277.2º 0.86% 0.55% -
HSV(B) 277.2º 0.84% 0.94% -
XYZ 31.41 15.47 82.99 -
YUV 98.88 207.08 173.74 -
System Red Green Blue C M Y K H S L
Decimal 163 39 239 0.32 0.84 0 0.06 277.2 0.86 0.55
Hex A3 27 EF 20 54 0 6 115 56 37
Octal 243 47 357 40 124 0 6 425 126 67
Binary 10100011 100111 11101111 100000 1010100 0 110 100010101 1010110 110111

Color Harmonies of #A327EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A327EF

Black with #A327EF

Text Example


Text Example

White with #A327EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A327EF; }

 p { color: rgb(163,39,239); }

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

background-color css

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

 a { background-color: rgb(163,39,239); }

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

border-color css

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

 span { border-color: rgb(163,39,239); }

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