Html Css Color HEX #A500DA Dark Violet

📋 copy color: '#A500DA'

red 165 ◦ green 0 ◦ blue 218

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

Shades of Dark Violet #A500DA

Tints of Dark Violet #A500DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 56.92%

R = 43.08%
G = 0%
B = 56.92%

CMYK

 C value IS 0.24

 M value IS 1

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A500DA (or 0xA500DA) is known color: Dark Violet. HEX triplet: A5, 00 and DA. RGB value is (165,0,218). Sum of RGB (Red+Green+Blue) = 165+0+218=383 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.08% from 383); Green value is 0 (0.39% from 255 or 0% from 383); Blue value is 218 (85.55% from 255 or 56.92% from 383); Max value from RGB is 218 - color contains mainly: blue. Hex color #A500DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A500DA is #5AFF25. Grayscale: #494949. Windows color (decimal): -5963558 or 14287013. OLE color: 14287013.

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

Color convert

RGB 165 0 218 -
CMYK 0.24 1 0 0.15
HSL 285.41º 1% 0.43% -
HSV(B) 285.41º 1% 0.85% -
XYZ 28.17 13.06 67.37 -
YUV 74.19 209.16 192.77 -
System Red Green Blue C M Y K H S L
Decimal 165 0 218 0.24 1 0 0.15 285.41 1 0.43
Hex A5 0 DA 18 64 0 F 11D 64 2B
Octal 245 0 332 30 144 0 17 435 144 53
Binary 10100101 0 11011010 11000 1100100 0 1111 100011101 1100100 101011

Color Harmonies of #A500DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A500DA

Black with #A500DA

Text Example


Text Example

White with #A500DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A500DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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