Html Css Color HEX #A809DF Dark Violet

📋 copy color: '#A809DF'

red 168 ◦ green 9 ◦ blue 223

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

Shades of Dark Violet #A809DF

Tints of Dark Violet #A809DF

RGB

 RED value IS 168 (66.02% from 255) = 42%

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

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

R = 42%
G = 2.25%
B = 55.75%

CMYK

 C value IS 0.25

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A809DF (or 0xA809DF) is known color: Dark Violet. HEX triplet: A8, 09 and DF. RGB value is (168,9,223). Sum of RGB (Red+Green+Blue) = 168+9+223=400 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42% from 400); Green value is 9 (3.91% from 255 or 2.25% from 400); Blue value is 223 (87.5% from 255 or 55.75% from 400); Max value from RGB is 223 - color contains mainly: blue. Hex color #A809DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A809DF is #57F620. Grayscale: #505050. Windows color (decimal): -5764641 or 14617000. OLE color: 14617000.

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

Color convert

RGB 168 9 223 -
CMYK 0.25 0.96 0 0.13
HSL 284.58º 0.92% 0.45% -
HSV(B) 284.58º 0.96% 0.87% -
XYZ 29.57 13.85 70.93 -
YUV 80.94 208.18 190.1 -
System Red Green Blue C M Y K H S L
Decimal 168 9 223 0.25 0.96 0 0.13 284.58 0.92 0.45
Hex A8 9 DF 19 60 0 D 11D 5C 2D
Octal 250 11 337 31 140 0 15 435 134 55
Binary 10101000 1001 11011111 11001 1100000 0 1101 100011101 1011100 101101

Color Harmonies of #A809DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A809DF

Black with #A809DF

Text Example


Text Example

White with #A809DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A809DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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