Html Css Color HEX #A312EB Dark Violet

📋 copy color: '#A312EB'

red 163 ◦ green 18 ◦ blue 235

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

Shades of Dark Violet #A312EB

Tints of Dark Violet #A312EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 56.49%

R = 39.18%
G = 4.33%
B = 56.49%

CMYK

 C value IS 0.31

 M value IS 0.92

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A312EB (or 0xA312EB) is known color: Dark Violet. HEX triplet: A3, 12 and EB. RGB value is (163,18,235). Sum of RGB (Red+Green+Blue) = 163+18+235=416 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.18% from 416); Green value is 18 (7.42% from 255 or 4.33% from 416); Blue value is 235 (92.19% from 255 or 56.49% from 416); Max value from RGB is 235 - color contains mainly: blue. Hex color #A312EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A312EB is #5CED14. Grayscale: #555555. Windows color (decimal): -6090005 or 15405731. OLE color: 15405731.

HSL color Cylindrical-coordinate representation of color #A312EB: hue angle of 280.09º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A312EB is Cyan = 0.31, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 163 18 235 -
CMYK 0.31 0.92 0 0.08
HSL 280.09º 0.86% 0.5% -
HSV(B) 280.09º 0.92% 0.92% -
XYZ 30.32 14.22 79.74 -
YUV 86.09 212.04 182.86 -
System Red Green Blue C M Y K H S L
Decimal 163 18 235 0.31 0.92 0 0.08 280.09 0.86 0.5
Hex A3 12 EB 1F 5C 0 8 118 56 32
Octal 243 22 353 37 134 0 10 430 126 62
Binary 10100011 10010 11101011 11111 1011100 0 1000 100011000 1010110 110010

Color Harmonies of #A312EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A312EB

Black with #A312EB

Text Example


Text Example

White with #A312EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A312EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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