Html Css Color HEX #A309DD Dark Violet

📋 copy color: '#A309DD'

red 163 ◦ green 9 ◦ blue 221

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

Shades of Dark Violet #A309DD

Tints of Dark Violet #A309DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 56.23%

R = 41.48%
G = 2.29%
B = 56.23%

CMYK

 C value IS 0.26

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A309DD (or 0xA309DD) is known color: Dark Violet. HEX triplet: A3, 09 and DD. RGB value is (163,9,221). Sum of RGB (Red+Green+Blue) = 163+9+221=393 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.48% from 393); Green value is 9 (3.91% from 255 or 2.29% from 393); Blue value is 221 (86.72% from 255 or 56.23% from 393); Max value from RGB is 221 - color contains mainly: blue. Hex color #A309DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A309DD is #5CF622. Grayscale: #4E4E4E. Windows color (decimal): -6092323 or 14485923. OLE color: 14485923.

HSL color Cylindrical-coordinate representation of color #A309DD: hue angle of 283.58º 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 #A309DD is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 163 9 221 -
CMYK 0.26 0.96 0 0.13
HSL 283.58º 0.92% 0.45% -
HSV(B) 283.58º 0.96% 0.87% -
XYZ 28.25 13.2 69.47 -
YUV 79.21 208.02 187.76 -
System Red Green Blue C M Y K H S L
Decimal 163 9 221 0.26 0.96 0 0.13 283.58 0.92 0.45
Hex A3 9 DD 1A 60 0 D 11C 5C 2D
Octal 243 11 335 32 140 0 15 434 134 55
Binary 10100011 1001 11011101 11010 1100000 0 1101 100011100 1011100 101101

Color Harmonies of #A309DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A309DD

Black with #A309DD

Text Example


Text Example

White with #A309DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A309DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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