Html Css Color HEX #A900DF Dark Violet

📋 copy color: '#A900DF'

red 169 ◦ green 0 ◦ blue 223

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

Shades of Dark Violet #A900DF

Tints of Dark Violet #A900DF

RGB

 RED value IS 169 (66.41% from 255) = 43.11%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 43.11%
G = 0%
B = 56.89%

CMYK

 C value IS 0.24

 M value IS 1

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A900DF (or 0xA900DF) is known color: Dark Violet. HEX triplet: A9, 00 and DF. RGB value is (169,0,223). Sum of RGB (Red+Green+Blue) = 169+0+223=392 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.11% from 392); Green value is 0 (0.39% from 255 or 0% from 392); Blue value is 223 (87.5% from 255 or 56.89% from 392); Max value from RGB is 223 - color contains mainly: blue. Hex color #A900DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A900DF is #56FF20. Grayscale: #4B4B4B. Windows color (decimal): -5701409 or 14614697. OLE color: 14614697.

HSL color Cylindrical-coordinate representation of color #A900DF: hue angle of 285.47º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A900DF is Cyan = 0.24, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 169 0 223 -
CMYK 0.24 1 0 0.13
HSL 285.47º 1% 0.44% -
HSV(B) 285.47º 1% 0.87% -
XYZ 29.68 13.76 70.9 -
YUV 75.95 210.99 194.37 -
System Red Green Blue C M Y K H S L
Decimal 169 0 223 0.24 1 0 0.13 285.47 1 0.44
Hex A9 0 DF 18 64 0 D 11D 64 2C
Octal 251 0 337 30 144 0 15 435 144 54
Binary 10101001 0 11011111 11000 1100100 0 1101 100011101 1100100 101100

Color Harmonies of #A900DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A900DF

Black with #A900DF

Text Example


Text Example

White with #A900DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A900DF; }

 p { color: rgb(169,0,223); }

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

background-color css

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

 a { background-color: rgb(169,0,223); }

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

border-color css

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

 span { border-color: rgb(169,0,223); }

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