Html Css Color HEX #A007CE Dark Violet

📋 copy color: '#A007CE'

red 160 ◦ green 7 ◦ blue 206

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

Shades of Dark Violet #A007CE

Tints of Dark Violet #A007CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 55.23%

R = 42.9%
G = 1.88%
B = 55.23%

CMYK

 C value IS 0.22

 M value IS 0.97

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A007CE (or 0xA007CE) is known color: Dark Violet. HEX triplet: A0, 07 and CE. RGB value is (160,7,206). Sum of RGB (Red+Green+Blue) = 160+7+206=373 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.90% from 373); Green value is 7 (3.12% from 255 or 1.88% from 373); Blue value is 206 (80.86% from 255 or 55.23% from 373); Max value from RGB is 206 - color contains mainly: blue. Hex color #A007CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A007CE is #5FF831. Grayscale: #4A4A4A. Windows color (decimal): -6289458 or 13502368. OLE color: 13502368.

HSL color Cylindrical-coordinate representation of color #A007CE: hue angle of 286.13º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A007CE is Cyan = 0.22, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 160 7 206 -
CMYK 0.22 0.97 0 0.19
HSL 286.13º 0.93% 0.42% -
HSV(B) 286.13º 0.97% 0.81% -
XYZ 25.71 12.08 59.37 -
YUV 75.43 201.69 188.32 -
System Red Green Blue C M Y K H S L
Decimal 160 7 206 0.22 0.97 0 0.19 286.13 0.93 0.42
Hex A0 7 CE 16 61 0 13 11E 5D 2A
Octal 240 7 316 26 141 0 23 436 135 52
Binary 10100000 111 11001110 10110 1100001 0 10011 100011110 1011101 101010

Color Harmonies of #A007CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A007CE

Black with #A007CE

Text Example


Text Example

White with #A007CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A007CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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