Html Css Color HEX #A007D5 Dark Violet

📋 copy color: '#A007D5'

red 160 ◦ green 7 ◦ blue 213

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

Shades of Dark Violet #A007D5

Tints of Dark Violet #A007D5

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.84%

 BLUE value IS 213 (83.59% from 255) = 56.05%

R = 42.11%
G = 1.84%
B = 56.05%

CMYK

 C value IS 0.25

 M value IS 0.97

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A007D5 (or 0xA007D5) is known color: Dark Violet. HEX triplet: A0, 07 and D5. RGB value is (160,7,213). Sum of RGB (Red+Green+Blue) = 160+7+213=380 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.11% from 380); Green value is 7 (3.12% from 255 or 1.84% from 380); Blue value is 213 (83.59% from 255 or 56.05% from 380); Max value from RGB is 213 - color contains mainly: blue. Hex color #A007D5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A007D5 is #5FF82A. Grayscale: #4B4B4B. Windows color (decimal): -6289451 or 13961120. OLE color: 13961120.

HSL color Cylindrical-coordinate representation of color #A007D5: hue angle of 284.56º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A007D5 is Cyan = 0.25, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 160 7 213 -
CMYK 0.25 0.97 0 0.16
HSL 284.56º 0.94% 0.43% -
HSV(B) 284.56º 0.97% 0.84% -
XYZ 26.58 12.43 63.95 -
YUV 76.23 205.19 187.75 -
System Red Green Blue C M Y K H S L
Decimal 160 7 213 0.25 0.97 0 0.16 284.56 0.94 0.43
Hex A0 7 D5 19 61 0 10 11D 5E 2B
Octal 240 7 325 31 141 0 20 435 136 53
Binary 10100000 111 11010101 11001 1100001 0 10000 100011101 1011110 101011

Color Harmonies of #A007D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A007D5

Black with #A007D5

Text Example


Text Example

White with #A007D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A007D5; }

 p { color: rgb(160,7,213); }

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

background-color css

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

 a { background-color: rgb(160,7,213); }

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

border-color css

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

 span { border-color: rgb(160,7,213); }

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