Html Css Color HEX #A309EC Dark Violet

📋 copy color: '#A309EC'

red 163 ◦ green 9 ◦ blue 236

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

Shades of Dark Violet #A309EC

Tints of Dark Violet #A309EC

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.21%

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

R = 39.95%
G = 2.21%
B = 57.84%

CMYK

 C value IS 0.31

 M value IS 0.96

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A309EC (or 0xA309EC) is known color: Dark Violet. HEX triplet: A3, 09 and EC. RGB value is (163,9,236). Sum of RGB (Red+Green+Blue) = 163+9+236=408 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.95% from 408); Green value is 9 (3.91% from 255 or 2.21% from 408); Blue value is 236 (92.58% from 255 or 57.84% from 408); Max value from RGB is 236 - color contains mainly: blue. Hex color #A309EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A309EC is #5CF613. Grayscale: #505050. Windows color (decimal): -6092308 or 15468963. OLE color: 15468963.

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

Color convert

RGB 163 9 236 -
CMYK 0.31 0.96 0 0.07
HSL 280.7º 0.93% 0.48% -
HSV(B) 280.7º 0.96% 0.93% -
XYZ 30.34 14.04 80.47 -
YUV 80.92 215.52 186.54 -
System Red Green Blue C M Y K H S L
Decimal 163 9 236 0.31 0.96 0 0.07 280.7 0.93 0.48
Hex A3 9 EC 1F 60 0 7 119 5D 30
Octal 243 11 354 37 140 0 7 431 135 60
Binary 10100011 1001 11101100 11111 1100000 0 111 100011001 1011101 110000

Color Harmonies of #A309EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A309EC

Black with #A309EC

Text Example


Text Example

White with #A309EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A309EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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