Html Css Color HEX #A700E9 Dark Violet

📋 copy color: '#A700E9'

red 167 ◦ green 0 ◦ blue 233

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

Shades of Dark Violet #A700E9

Tints of Dark Violet #A700E9

RGB

 RED value IS 167 (65.63% from 255) = 41.75%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 233 (91.41% from 255) = 58.25%

R = 41.75%
G = 0%
B = 58.25%

CMYK

 C value IS 0.28

 M value IS 1

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A700E9 (or 0xA700E9) is known color: Dark Violet. HEX triplet: A7, 00 and E9. RGB value is (167,0,233). Sum of RGB (Red+Green+Blue) = 167+0+233=400 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.75% from 400); Green value is 0 (0.39% from 255 or 0% from 400); Blue value is 233 (91.41% from 255 or 58.25% from 400); Max value from RGB is 233 - color contains mainly: blue. Hex color #A700E9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A700E9 is #58FF16. Grayscale: #4B4B4B. Windows color (decimal): -5832471 or 15270055. OLE color: 15270055.

HSL color Cylindrical-coordinate representation of color #A700E9: hue angle of 283º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A700E9 is Cyan = 0.28, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 167 0 233 -
CMYK 0.28 1 0 0.09
HSL 283º 1% 0.46% -
HSV(B) 283º 1% 0.91% -
XYZ 30.64 14.1 78.2 -
YUV 76.5 216.33 192.55 -
System Red Green Blue C M Y K H S L
Decimal 167 0 233 0.28 1 0 0.09 283 1 0.46
Hex A7 0 E9 1C 64 0 9 11B 64 2E
Octal 247 0 351 34 144 0 11 433 144 56
Binary 10100111 0 11101001 11100 1100100 0 1001 100011011 1100100 101110

Color Harmonies of #A700E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A700E9

Black with #A700E9

Text Example


Text Example

White with #A700E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A700E9; }

 p { color: rgb(167,0,233); }

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

background-color css

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

 a { background-color: rgb(167,0,233); }

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

border-color css

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

 span { border-color: rgb(167,0,233); }

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