Html Css Color HEX #A500DD Dark Violet

📋 copy color: '#A500DD'

red 165 ◦ green 0 ◦ blue 221

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

Shades of Dark Violet #A500DD

Tints of Dark Violet #A500DD

RGB

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

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

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

R = 42.75%
G = 0%
B = 57.25%

CMYK

 C value IS 0.25

 M value IS 1

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A500DD (or 0xA500DD) is known color: Dark Violet. HEX triplet: A5, 00 and DD. RGB value is (165,0,221). Sum of RGB (Red+Green+Blue) = 165+0+221=386 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.75% from 386); Green value is 0 (0.39% from 255 or 0% from 386); Blue value is 221 (86.72% from 255 or 57.25% from 386); Max value from RGB is 221 - color contains mainly: blue. Hex color #A500DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A500DD is #5AFF22. Grayscale: #494949. Windows color (decimal): -5963555 or 14483621. OLE color: 14483621.

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

Color convert

RGB 165 0 221 -
CMYK 0.25 1 0 0.13
HSL 284.8º 1% 0.43% -
HSV(B) 284.8º 1% 0.87% -
XYZ 28.57 13.22 69.45 -
YUV 74.53 210.66 192.53 -
System Red Green Blue C M Y K H S L
Decimal 165 0 221 0.25 1 0 0.13 284.8 1 0.43
Hex A5 0 DD 19 64 0 D 11D 64 2B
Octal 245 0 335 31 144 0 15 435 144 53
Binary 10100101 0 11011101 11001 1100100 0 1101 100011101 1100100 101011

Color Harmonies of #A500DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A500DD

Black with #A500DD

Text Example


Text Example

White with #A500DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A500DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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