Html Css Color HEX #A007EC Dark Violet

📋 copy color: '#A007EC'

red 160 ◦ green 7 ◦ blue 236

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

Shades of Dark Violet #A007EC

Tints of Dark Violet #A007EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 58.56%

R = 39.7%
G = 1.74%
B = 58.56%

CMYK

 C value IS 0.32

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A007EC (or 0xA007EC) is known color: Dark Violet. HEX triplet: A0, 07 and EC. RGB value is (160,7,236). Sum of RGB (Red+Green+Blue) = 160+7+236=403 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.70% from 403); Green value is 7 (3.12% from 255 or 1.74% from 403); Blue value is 236 (92.58% from 255 or 58.56% from 403); Max value from RGB is 236 - color contains mainly: blue. Hex color #A007EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A007EC is #5FF813. Grayscale: #4E4E4E. Windows color (decimal): -6289428 or 15468448. OLE color: 15468448.

HSL color Cylindrical-coordinate representation of color #A007EC: hue angle of 280.09º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A007EC is Cyan = 0.32, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 160 7 236 -
CMYK 0.32 0.97 0 0.07
HSL 280.09º 0.94% 0.48% -
HSV(B) 280.09º 0.97% 0.93% -
XYZ 29.71 13.68 80.43 -
YUV 78.85 216.69 185.88 -
System Red Green Blue C M Y K H S L
Decimal 160 7 236 0.32 0.97 0 0.07 280.09 0.94 0.48
Hex A0 7 EC 20 61 0 7 118 5E 30
Octal 240 7 354 40 141 0 7 430 136 60
Binary 10100000 111 11101100 100000 1100001 0 111 100011000 1011110 110000

Color Harmonies of #A007EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A007EC

Black with #A007EC

Text Example


Text Example

White with #A007EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A007EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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