Html Css Color HEX #A309CE Dark Violet

📋 copy color: '#A309CE'

red 163 ◦ green 9 ◦ blue 206

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

Shades of Dark Violet #A309CE

Tints of Dark Violet #A309CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 54.5%

R = 43.12%
G = 2.38%
B = 54.5%

CMYK

 C value IS 0.21

 M value IS 0.96

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A309CE (or 0xA309CE) is known color: Dark Violet. HEX triplet: A3, 09 and CE. RGB value is (163,9,206). Sum of RGB (Red+Green+Blue) = 163+9+206=378 (50% of max value = 765). Red value is 163 (64.06% from 255 or 43.12% from 378); Green value is 9 (3.91% from 255 or 2.38% from 378); Blue value is 206 (80.86% from 255 or 54.50% from 378); Max value from RGB is 206 - color contains mainly: blue. Hex color #A309CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A309CE is #5CF631. Grayscale: #4C4C4C. Windows color (decimal): -6092338 or 13502883. OLE color: 13502883.

HSL color Cylindrical-coordinate representation of color #A309CE: hue angle of 286.9º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A309CE is Cyan = 0.21, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 163 9 206 -
CMYK 0.21 0.96 0 0.19
HSL 286.9º 0.92% 0.42% -
HSV(B) 286.9º 0.96% 0.81% -
XYZ 26.34 12.44 59.4 -
YUV 77.5 200.52 188.98 -
System Red Green Blue C M Y K H S L
Decimal 163 9 206 0.21 0.96 0 0.19 286.9 0.92 0.42
Hex A3 9 CE 15 60 0 13 11F 5C 2A
Octal 243 11 316 25 140 0 23 437 134 52
Binary 10100011 1001 11001110 10101 1100000 0 10011 100011111 1011100 101010

Color Harmonies of #A309CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A309CE

Black with #A309CE

Text Example


Text Example

White with #A309CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A309CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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