Html Css Color HEX #A309DF Dark Violet

📋 copy color: '#A309DF'

red 163 ◦ green 9 ◦ blue 223

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

Shades of Dark Violet #A309DF

Tints of Dark Violet #A309DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 56.46%

R = 41.27%
G = 2.28%
B = 56.46%

CMYK

 C value IS 0.27

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A309DF (or 0xA309DF) is known color: Dark Violet. HEX triplet: A3, 09 and DF. RGB value is (163,9,223). Sum of RGB (Red+Green+Blue) = 163+9+223=395 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.27% from 395); Green value is 9 (3.91% from 255 or 2.28% from 395); Blue value is 223 (87.5% from 255 or 56.46% from 395); Max value from RGB is 223 - color contains mainly: blue. Hex color #A309DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A309DF is #5CF620. Grayscale: #4E4E4E. Windows color (decimal): -6092321 or 14616995. OLE color: 14616995.

HSL color Cylindrical-coordinate representation of color #A309DF: hue angle of 283.18º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A309DF is Cyan = 0.27, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 163 9 223 -
CMYK 0.27 0.96 0 0.13
HSL 283.18º 0.92% 0.45% -
HSV(B) 283.18º 0.96% 0.87% -
XYZ 28.52 13.31 70.88 -
YUV 79.44 209.02 187.6 -
System Red Green Blue C M Y K H S L
Decimal 163 9 223 0.27 0.96 0 0.13 283.18 0.92 0.45
Hex A3 9 DF 1B 60 0 D 11B 5C 2D
Octal 243 11 337 33 140 0 15 433 134 55
Binary 10100011 1001 11011111 11011 1100000 0 1101 100011011 1011100 101101

Color Harmonies of #A309DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A309DF

Black with #A309DF

Text Example


Text Example

White with #A309DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A309DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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