Html Css Color HEX #A312EE Dark Violet

📋 copy color: '#A312EE'

red 163 ◦ green 18 ◦ blue 238

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

Shades of Dark Violet #A312EE

Tints of Dark Violet #A312EE

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.3%

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

R = 38.9%
G = 4.3%
B = 56.8%

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

#A312EE (or 0xA312EE) is known color: Dark Violet. HEX triplet: A3, 12 and EE. RGB value is (163,18,238). Sum of RGB (Red+Green+Blue) = 163+18+238=419 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.90% from 419); Green value is 18 (7.42% from 255 or 4.30% from 419); Blue value is 238 (93.36% from 255 or 56.80% from 419); Max value from RGB is 238 - color contains mainly: blue. Hex color #A312EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A312EE is #5CED11. Grayscale: #555555. Windows color (decimal): -6090002 or 15602339. OLE color: 15602339.

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

Color convert

RGB 163 18 238 -
CMYK 0.32 0.92 0 0.07
HSL 279.55º 0.87% 0.5% -
HSV(B) 279.55º 0.92% 0.93% -
XYZ 30.75 14.39 82.05 -
YUV 86.44 213.54 182.61 -
System Red Green Blue C M Y K H S L
Decimal 163 18 238 0.32 0.92 0 0.07 279.55 0.87 0.5
Hex A3 12 EE 20 5C 0 7 118 57 32
Octal 243 22 356 40 134 0 7 430 127 62
Binary 10100011 10010 11101110 100000 1011100 0 111 100011000 1010111 110010

Color Harmonies of #A312EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A312EE

Black with #A312EE

Text Example


Text Example

White with #A312EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A312EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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