Html Css Color HEX #A007DD Dark Violet

📋 copy color: '#A007DD'

red 160 ◦ green 7 ◦ blue 221

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

Shades of Dark Violet #A007DD

Tints of Dark Violet #A007DD

RGB

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

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

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

R = 41.24%
G = 1.8%
B = 56.96%

CMYK

 C value IS 0.28

 M value IS 0.97

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A007DD (or 0xA007DD) is known color: Dark Violet. HEX triplet: A0, 07 and DD. RGB value is (160,7,221). Sum of RGB (Red+Green+Blue) = 160+7+221=388 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.24% from 388); Green value is 7 (3.12% from 255 or 1.80% from 388); Blue value is 221 (86.72% from 255 or 56.96% from 388); Max value from RGB is 221 - color contains mainly: blue. Hex color #A007DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A007DD is #5FF822. Grayscale: #4C4C4C. Windows color (decimal): -6289443 or 14485408. OLE color: 14485408.

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

Color convert

RGB 160 7 221 -
CMYK 0.28 0.97 0 0.13
HSL 282.9º 0.94% 0.45% -
HSV(B) 282.9º 0.97% 0.87% -
XYZ 27.62 12.85 69.43 -
YUV 77.14 209.19 187.1 -
System Red Green Blue C M Y K H S L
Decimal 160 7 221 0.28 0.97 0 0.13 282.9 0.94 0.45
Hex A0 7 DD 1C 61 0 D 11B 5E 2D
Octal 240 7 335 34 141 0 15 433 136 55
Binary 10100000 111 11011101 11100 1100001 0 1101 100011011 1011110 101101

Color Harmonies of #A007DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A007DD

Black with #A007DD

Text Example


Text Example

White with #A007DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A007DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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