Html Css Color HEX #A700DE Dark Violet

📋 copy color: '#A700DE'

red 167 ◦ green 0 ◦ blue 222

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

Shades of Dark Violet #A700DE

Tints of Dark Violet #A700DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 57.07%

R = 42.93%
G = 0%
B = 57.07%

CMYK

 C value IS 0.25

 M value IS 1

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A700DE (or 0xA700DE) is known color: Dark Violet. HEX triplet: A7, 00 and DE. RGB value is (167,0,222). Sum of RGB (Red+Green+Blue) = 167+0+222=389 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.93% from 389); Green value is 0 (0.39% from 255 or 0% from 389); Blue value is 222 (87.11% from 255 or 57.07% from 389); Max value from RGB is 222 - color contains mainly: blue. Hex color #A700DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A700DE is #58FF21. Grayscale: #4A4A4A. Windows color (decimal): -5832482 or 14549159. OLE color: 14549159.

HSL color Cylindrical-coordinate representation of color #A700DE: hue angle of 285.14º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A700DE is Cyan = 0.25, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 167 0 222 -
CMYK 0.25 1 0 0.13
HSL 285.14º 1% 0.44% -
HSV(B) 285.14º 1% 0.87% -
XYZ 29.12 13.49 70.18 -
YUV 75.24 210.83 193.45 -
System Red Green Blue C M Y K H S L
Decimal 167 0 222 0.25 1 0 0.13 285.14 1 0.44
Hex A7 0 DE 19 64 0 D 11D 64 2C
Octal 247 0 336 31 144 0 15 435 144 54
Binary 10100111 0 11011110 11001 1100100 0 1101 100011101 1100100 101100

Color Harmonies of #A700DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A700DE

Black with #A700DE

Text Example


Text Example

White with #A700DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A700DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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