Html Css Color HEX #A001D7 Dark Violet

📋 copy color: '#A001D7'

red 160 ◦ green 1 ◦ blue 215

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

Shades of Dark Violet #A001D7

Tints of Dark Violet #A001D7

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.27%

 BLUE value IS 215 (84.38% from 255) = 57.18%

R = 42.55%
G = 0.27%
B = 57.18%

CMYK

 C value IS 0.26

 M value IS 1.00

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A001D7 (or 0xA001D7) is known color: Dark Violet. HEX triplet: A0, 01 and D7. RGB value is (160,1,215). Sum of RGB (Red+Green+Blue) = 160+1+215=376 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.55% from 376); Green value is 1 (0.78% from 255 or 0.27% from 376); Blue value is 215 (84.38% from 255 or 57.18% from 376); Max value from RGB is 215 - color contains mainly: blue. Hex color #A001D7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A001D7 is #5FFE28. Grayscale: #484848. Windows color (decimal): -6290985 or 14090656. OLE color: 14090656.

HSL color Cylindrical-coordinate representation of color #A001D7: hue angle of 284.58º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A001D7 is Cyan = 0.26, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 160 1 215 -
CMYK 0.26 1.00 0 0.16
HSL 284.58º 0.99% 0.42% -
HSV(B) 284.58º 1% 0.84% -
XYZ 26.77 12.4 65.27 -
YUV 72.94 208.18 190.1 -
System Red Green Blue C M Y K H S L
Decimal 160 1 215 0.26 1.00 0 0.16 284.58 0.99 0.42
Hex A0 1 D7 1A 64 0 10 11D 63 2A
Octal 240 1 327 32 144 0 20 435 143 52
Binary 10100000 1 11010111 11010 1100100 0 10000 100011101 1100011 101010

Color Harmonies of #A001D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A001D7

Black with #A001D7

Text Example


Text Example

White with #A001D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A001D7; }

 p { color: rgb(160,1,215); }

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

background-color css

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

 a { background-color: rgb(160,1,215); }

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

border-color css

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

 span { border-color: rgb(160,1,215); }

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