Html Css Color HEX #A500DF Dark Violet

📋 copy color: '#A500DF'

red 165 ◦ green 0 ◦ blue 223

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

Shades of Dark Violet #A500DF

Tints of Dark Violet #A500DF

RGB

 RED value IS 165 (64.84% from 255) = 42.53%

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

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

R = 42.53%
G = 0%
B = 57.47%

CMYK

 C value IS 0.26

 M value IS 1

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A500DF (or 0xA500DF) is known color: Dark Violet. HEX triplet: A5, 00 and DF. RGB value is (165,0,223). Sum of RGB (Red+Green+Blue) = 165+0+223=388 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.53% from 388); Green value is 0 (0.39% from 255 or 0% from 388); Blue value is 223 (87.5% from 255 or 57.47% from 388); Max value from RGB is 223 - color contains mainly: blue. Hex color #A500DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A500DF is #5AFF20. Grayscale: #4A4A4A. Windows color (decimal): -5963553 or 14614693. OLE color: 14614693.

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

Color convert

RGB 165 0 223 -
CMYK 0.26 1 0 0.13
HSL 284.39º 1% 0.44% -
HSV(B) 284.39º 1% 0.87% -
XYZ 28.84 13.33 70.86 -
YUV 74.76 211.66 192.37 -
System Red Green Blue C M Y K H S L
Decimal 165 0 223 0.26 1 0 0.13 284.39 1 0.44
Hex A5 0 DF 1A 64 0 D 11C 64 2C
Octal 245 0 337 32 144 0 15 434 144 54
Binary 10100101 0 11011111 11010 1100100 0 1101 100011100 1100100 101100

Color Harmonies of #A500DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A500DF

Black with #A500DF

Text Example


Text Example

White with #A500DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A500DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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