Html Css Color HEX #A309BC Dark Violet

📋 copy color: '#A309BC'

red 163 ◦ green 9 ◦ blue 188

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

Shades of Dark Violet #A309BC

Tints of Dark Violet #A309BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 52.22%

R = 45.28%
G = 2.5%
B = 52.22%

CMYK

 C value IS 0.13

 M value IS 0.95

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A309BC (or 0xA309BC) is known color: Dark Violet. HEX triplet: A3, 09 and BC. RGB value is (163,9,188). Sum of RGB (Red+Green+Blue) = 163+9+188=360 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.28% from 360); Green value is 9 (3.91% from 255 or 2.5% from 360); Blue value is 188 (73.83% from 255 or 52.22% from 360); Max value from RGB is 188 - color contains mainly: blue. Hex color #A309BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A309BC is #5CF643. Grayscale: #4A4A4A. Windows color (decimal): -6092356 or 12323235. OLE color: 12323235.

HSL color Cylindrical-coordinate representation of color #A309BC: hue angle of 291.62º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A309BC is Cyan = 0.13, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 163 9 188 -
CMYK 0.13 0.95 0 0.26
HSL 291.62º 0.91% 0.39% -
HSV(B) 291.62º 0.95% 0.74% -
XYZ 24.28 11.61 48.54 -
YUV 75.45 191.52 190.45 -
System Red Green Blue C M Y K H S L
Decimal 163 9 188 0.13 0.95 0 0.26 291.62 0.91 0.39
Hex A3 9 BC D 5F 0 1A 124 5B 27
Octal 243 11 274 15 137 0 32 444 133 47
Binary 10100011 1001 10111100 1101 1011111 0 11010 100100100 1011011 100111

Color Harmonies of #A309BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A309BC

Black with #A309BC

Text Example


Text Example

White with #A309BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A309BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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