Html Css Color HEX #A005DF Dark Violet

📋 copy color: '#A005DF'

red 160 ◦ green 5 ◦ blue 223

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

Shades of Dark Violet #A005DF

Tints of Dark Violet #A005DF

RGB

 RED value IS 160 (62.89% from 255) = 41.24%

 GREEN value IS 5 (2.34% from 255) = 1.29%

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

R = 41.24%
G = 1.29%
B = 57.47%

CMYK

 C value IS 0.28

 M value IS 0.98

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A005DF (or 0xA005DF) is known color: Dark Violet. HEX triplet: A0, 05 and DF. RGB value is (160,5,223). Sum of RGB (Red+Green+Blue) = 160+5+223=388 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.24% from 388); Green value is 5 (2.34% from 255 or 1.29% 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 #A005DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A005DF is #5FFA20. Grayscale: #4B4B4B. Windows color (decimal): -6289953 or 14615968. OLE color: 14615968.

HSL color Cylindrical-coordinate representation of color #A005DF: hue angle of 282.66º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A005DF is Cyan = 0.28, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 5 223 -
CMYK 0.28 0.98 0 0.13
HSL 282.66º 0.96% 0.45% -
HSV(B) 282.66º 0.98% 0.87% -
XYZ 27.87 12.91 70.83 -
YUV 76.2 210.85 187.77 -
System Red Green Blue C M Y K H S L
Decimal 160 5 223 0.28 0.98 0 0.13 282.66 0.96 0.45
Hex A0 5 DF 1C 62 0 D 11B 60 2D
Octal 240 5 337 34 142 0 15 433 140 55
Binary 10100000 101 11011111 11100 1100010 0 1101 100011011 1100000 101101

Color Harmonies of #A005DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A005DF

Black with #A005DF

Text Example


Text Example

White with #A005DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A005DF; }

 p { color: rgb(160,5,223); }

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

background-color css

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

 a { background-color: rgb(160,5,223); }

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

border-color css

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

 span { border-color: rgb(160,5,223); }

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