Html Css Color HEX #A309CC Dark Violet

📋 copy color: '#A309CC'

red 163 ◦ green 9 ◦ blue 204

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

Shades of Dark Violet #A309CC

Tints of Dark Violet #A309CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 54.26%

R = 43.35%
G = 2.39%
B = 54.26%

CMYK

 C value IS 0.20

 M value IS 0.96

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A309CC (or 0xA309CC) is known color: Dark Violet. HEX triplet: A3, 09 and CC. RGB value is (163,9,204). Sum of RGB (Red+Green+Blue) = 163+9+204=376 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.35% from 376); Green value is 9 (3.91% from 255 or 2.39% from 376); Blue value is 204 (80.08% from 255 or 54.26% from 376); Max value from RGB is 204 - color contains mainly: blue. Hex color #A309CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A309CC is #5CF633. Grayscale: #4C4C4C. Windows color (decimal): -6092340 or 13371811. OLE color: 13371811.

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

Color convert

RGB 163 9 204 -
CMYK 0.20 0.96 0 0.2
HSL 287.38º 0.92% 0.42% -
HSV(B) 287.38º 0.96% 0.8% -
XYZ 26.1 12.34 58.13 -
YUV 77.28 199.52 189.14 -
System Red Green Blue C M Y K H S L
Decimal 163 9 204 0.20 0.96 0 0.2 287.38 0.92 0.42
Hex A3 9 CC 14 60 0 14 11F 5C 2A
Octal 243 11 314 24 140 0 24 437 134 52
Binary 10100011 1001 11001100 10100 1100000 0 10100 100011111 1011100 101010

Color Harmonies of #A309CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A309CC

Black with #A309CC

Text Example


Text Example

White with #A309CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A309CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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