Html Css Color HEX #A314EE Dark Violet

📋 copy color: '#A314EE'

red 163 ◦ green 20 ◦ blue 238

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

Shades of Dark Violet #A314EE

Tints of Dark Violet #A314EE

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.75%

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

R = 38.72%
G = 4.75%
B = 56.53%

CMYK

 C value IS 0.32

 M value IS 0.92

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A314EE (or 0xA314EE) is known color: Dark Violet. HEX triplet: A3, 14 and EE. RGB value is (163,20,238). Sum of RGB (Red+Green+Blue) = 163+20+238=421 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.72% from 421); Green value is 20 (8.20% from 255 or 4.75% from 421); Blue value is 238 (93.36% from 255 or 56.53% from 421); Max value from RGB is 238 - color contains mainly: blue. Hex color #A314EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A314EE is #5CEB11. Grayscale: #565656. Windows color (decimal): -6089490 or 15602851. OLE color: 15602851.

HSL color Cylindrical-coordinate representation of color #A314EE: hue angle of 279.36º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A314EE is Cyan = 0.32, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 163 20 238 -
CMYK 0.32 0.92 0 0.07
HSL 279.36º 0.87% 0.51% -
HSV(B) 279.36º 0.92% 0.93% -
XYZ 30.79 14.46 82.06 -
YUV 87.61 212.88 181.77 -
System Red Green Blue C M Y K H S L
Decimal 163 20 238 0.32 0.92 0 0.07 279.36 0.87 0.51
Hex A3 14 EE 20 5C 0 7 117 57 33
Octal 243 24 356 40 134 0 7 427 127 63
Binary 10100011 10100 11101110 100000 1011100 0 111 100010111 1010111 110011

Color Harmonies of #A314EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A314EE

Black with #A314EE

Text Example


Text Example

White with #A314EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A314EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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