Html Css Color HEX #A323EF Blue Violet

📋 copy color: '#A323EF'

red 163 ◦ green 35 ◦ blue 239

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

Shades of Blue Violet #A323EF

Tints of Blue Violet #A323EF

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.01%

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

R = 37.3%
G = 8.01%
B = 54.69%

CMYK

 C value IS 0.32

 M value IS 0.85

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A323EF (or 0xA323EF) is known color: Blue Violet. HEX triplet: A3, 23 and EF. RGB value is (163,35,239). Sum of RGB (Red+Green+Blue) = 163+35+239=437 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.30% from 437); Green value is 35 (14.06% from 255 or 8.01% from 437); Blue value is 239 (93.75% from 255 or 54.69% from 437); Max value from RGB is 239 - color contains mainly: blue. Hex color #A323EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A323EF is #5CDC10. Grayscale: #5F5F5F. Windows color (decimal): -6085649 or 15672227. OLE color: 15672227.

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

Color convert

RGB 163 35 239 -
CMYK 0.32 0.85 0 0.06
HSL 277.65º 0.86% 0.54% -
HSV(B) 277.65º 0.85% 0.94% -
XYZ 31.29 15.22 82.95 -
YUV 96.53 208.41 175.41 -
System Red Green Blue C M Y K H S L
Decimal 163 35 239 0.32 0.85 0 0.06 277.65 0.86 0.54
Hex A3 23 EF 20 55 0 6 116 56 36
Octal 243 43 357 40 125 0 6 426 126 66
Binary 10100011 100011 11101111 100000 1010101 0 110 100010110 1010110 110110

Color Harmonies of #A323EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A323EF

Black with #A323EF

Text Example


Text Example

White with #A323EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A323EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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