Html Css Color HEX #A007E1 Dark Violet

📋 copy color: '#A007E1'

red 160 ◦ green 7 ◦ blue 225

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

Shades of Dark Violet #A007E1

Tints of Dark Violet #A007E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 57.4%

R = 40.82%
G = 1.79%
B = 57.4%

CMYK

 C value IS 0.29

 M value IS 0.97

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A007E1 (or 0xA007E1) is known color: Dark Violet. HEX triplet: A0, 07 and E1. RGB value is (160,7,225). Sum of RGB (Red+Green+Blue) = 160+7+225=392 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.82% from 392); Green value is 7 (3.12% from 255 or 1.79% from 392); Blue value is 225 (88.28% from 255 or 57.40% from 392); Max value from RGB is 225 - color contains mainly: blue. Hex color #A007E1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A007E1 is #5FF81E. Grayscale: #4C4C4C. Windows color (decimal): -6289439 or 14747552. OLE color: 14747552.

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

Color convert

RGB 160 7 225 -
CMYK 0.29 0.97 0 0.12
HSL 282.11º 0.94% 0.45% -
HSV(B) 282.11º 0.97% 0.88% -
XYZ 28.16 13.06 72.27 -
YUV 77.6 211.19 186.77 -
System Red Green Blue C M Y K H S L
Decimal 160 7 225 0.29 0.97 0 0.12 282.11 0.94 0.45
Hex A0 7 E1 1D 61 0 C 11A 5E 2D
Octal 240 7 341 35 141 0 14 432 136 55
Binary 10100000 111 11100001 11101 1100001 0 1100 100011010 1011110 101101

Color Harmonies of #A007E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A007E1

Black with #A007E1

Text Example


Text Example

White with #A007E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A007E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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