Html Css Color HEX #A309BA Dark Violet

📋 copy color: '#A309BA'

red 163 ◦ green 9 ◦ blue 186

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

Shades of Dark Violet #A309BA

Tints of Dark Violet #A309BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 51.96%

R = 45.53%
G = 2.51%
B = 51.96%

CMYK

 C value IS 0.12

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A309BA (or 0xA309BA) is known color: Dark Violet. HEX triplet: A3, 09 and BA. RGB value is (163,9,186). Sum of RGB (Red+Green+Blue) = 163+9+186=358 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.53% from 358); Green value is 9 (3.91% from 255 or 2.51% from 358); Blue value is 186 (73.05% from 255 or 51.96% from 358); Max value from RGB is 186 - color contains mainly: blue. Hex color #A309BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A309BA is #5CF645. Grayscale: #4A4A4A. Windows color (decimal): -6092358 or 12192163. OLE color: 12192163.

HSL color Cylindrical-coordinate representation of color #A309BA: hue angle of 292.2º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A309BA is Cyan = 0.12, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 163 9 186 -
CMYK 0.12 0.95 0 0.27
HSL 292.2º 0.91% 0.38% -
HSV(B) 292.2º 0.95% 0.73% -
XYZ 24.06 11.53 47.41 -
YUV 75.22 190.52 190.61 -
System Red Green Blue C M Y K H S L
Decimal 163 9 186 0.12 0.95 0 0.27 292.2 0.91 0.38
Hex A3 9 BA C 5F 0 1B 124 5B 26
Octal 243 11 272 14 137 0 33 444 133 46
Binary 10100011 1001 10111010 1100 1011111 0 11011 100100100 1011011 100110

Color Harmonies of #A309BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A309BA

Black with #A309BA

Text Example


Text Example

White with #A309BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A309BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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