Html Css Color HEX #A317EC Blue Violet

📋 copy color: '#A317EC'

red 163 ◦ green 23 ◦ blue 236

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

Shades of Blue Violet #A317EC

Tints of Blue Violet #A317EC

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.45%

 BLUE value IS 236 (92.58% from 255) = 55.92%

R = 38.63%
G = 5.45%
B = 55.92%

CMYK

 C value IS 0.31

 M value IS 0.90

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A317EC (or 0xA317EC) is known color: Blue Violet. HEX triplet: A3, 17 and EC. RGB value is (163,23,236). Sum of RGB (Red+Green+Blue) = 163+23+236=422 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.63% from 422); Green value is 23 (9.38% from 255 or 5.45% from 422); Blue value is 236 (92.58% from 255 or 55.92% from 422); Max value from RGB is 236 - color contains mainly: blue. Hex color #A317EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A317EC is #5CE813. Grayscale: #585858. Windows color (decimal): -6088724 or 15472547. OLE color: 15472547.

HSL color Cylindrical-coordinate representation of color #A317EC: hue angle of 279.44º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A317EC is Cyan = 0.31, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 163 23 236 -
CMYK 0.31 0.90 0 0.07
HSL 279.44º 0.85% 0.51% -
HSV(B) 279.44º 0.9% 0.93% -
XYZ 30.55 14.46 80.54 -
YUV 89.14 210.88 180.68 -
System Red Green Blue C M Y K H S L
Decimal 163 23 236 0.31 0.90 0 0.07 279.44 0.85 0.51
Hex A3 17 EC 1F 5A 0 7 117 55 33
Octal 243 27 354 37 132 0 7 427 125 63
Binary 10100011 10111 11101100 11111 1011010 0 111 100010111 1010101 110011

Color Harmonies of #A317EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A317EC

Black with #A317EC

Text Example


Text Example

White with #A317EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A317EC; }

 p { color: rgb(163,23,236); }

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

background-color css

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

 a { background-color: rgb(163,23,236); }

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

border-color css

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

 span { border-color: rgb(163,23,236); }

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