Html Css Color HEX #A308EC Dark Violet

📋 copy color: '#A308EC'

red 163 ◦ green 8 ◦ blue 236

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

Shades of Dark Violet #A308EC

Tints of Dark Violet #A308EC

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.97%

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

R = 40.05%
G = 1.97%
B = 57.99%

CMYK

 C value IS 0.31

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A308EC (or 0xA308EC) is known color: Dark Violet. HEX triplet: A3, 08 and EC. RGB value is (163,8,236). Sum of RGB (Red+Green+Blue) = 163+8+236=407 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.05% from 407); Green value is 8 (3.52% from 255 or 1.97% from 407); Blue value is 236 (92.58% from 255 or 57.99% from 407); Max value from RGB is 236 - color contains mainly: blue. Hex color #A308EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A308EC is #5CF713. Grayscale: #4F4F4F. Windows color (decimal): -6092564 or 15468707. OLE color: 15468707.

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

Color convert

RGB 163 8 236 -
CMYK 0.31 0.97 0 0.07
HSL 280.79º 0.93% 0.48% -
HSV(B) 280.79º 0.97% 0.93% -
XYZ 30.33 14.02 80.46 -
YUV 80.34 215.85 186.96 -
System Red Green Blue C M Y K H S L
Decimal 163 8 236 0.31 0.97 0 0.07 280.79 0.93 0.48
Hex A3 8 EC 1F 61 0 7 119 5D 30
Octal 243 10 354 37 141 0 7 431 135 60
Binary 10100011 1000 11101100 11111 1100001 0 111 100011001 1011101 110000

Color Harmonies of #A308EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A308EC

Black with #A308EC

Text Example


Text Example

White with #A308EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A308EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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