Html Css Color HEX #A317EE Blue Violet

📋 copy color: '#A317EE'

red 163 ◦ green 23 ◦ blue 238

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

Shades of Blue Violet #A317EE

Tints of Blue Violet #A317EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 56.13%

R = 38.44%
G = 5.42%
B = 56.13%

CMYK

 C value IS 0.32

 M value IS 0.90

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A317EE (or 0xA317EE) is known color: Blue Violet. HEX triplet: A3, 17 and EE. RGB value is (163,23,238). Sum of RGB (Red+Green+Blue) = 163+23+238=424 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.44% from 424); Green value is 23 (9.38% from 255 or 5.42% from 424); Blue value is 238 (93.36% from 255 or 56.13% from 424); Max value from RGB is 238 - color contains mainly: blue. Hex color #A317EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A317EE is #5CE811. Grayscale: #585858. Windows color (decimal): -6088722 or 15603619. OLE color: 15603619.

HSL color Cylindrical-coordinate representation of color #A317EE: hue angle of 279.07º degrees, saturation: 0.86, 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 #A317EE is Cyan = 0.32, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 163 23 238 -
CMYK 0.32 0.90 0 0.07
HSL 279.07º 0.86% 0.51% -
HSV(B) 279.07º 0.9% 0.93% -
XYZ 30.84 14.57 82.08 -
YUV 89.37 211.88 180.52 -
System Red Green Blue C M Y K H S L
Decimal 163 23 238 0.32 0.90 0 0.07 279.07 0.86 0.51
Hex A3 17 EE 20 5A 0 7 117 56 33
Octal 243 27 356 40 132 0 7 427 126 63
Binary 10100011 10111 11101110 100000 1011010 0 111 100010111 1010110 110011

Color Harmonies of #A317EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A317EE

Black with #A317EE

Text Example


Text Example

White with #A317EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A317EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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