Html Css Color HEX #A700EA Dark Violet

📋 copy color: '#A700EA'

red 167 ◦ green 0 ◦ blue 234

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

Shades of Dark Violet #A700EA

Tints of Dark Violet #A700EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 58.35%

R = 41.65%
G = 0%
B = 58.35%

CMYK

 C value IS 0.29

 M value IS 1

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A700EA (or 0xA700EA) is known color: Dark Violet. HEX triplet: A7, 00 and EA. RGB value is (167,0,234). Sum of RGB (Red+Green+Blue) = 167+0+234=401 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.65% from 401); Green value is 0 (0.39% from 255 or 0% from 401); Blue value is 234 (91.80% from 255 or 58.35% from 401); Max value from RGB is 234 - color contains mainly: blue. Hex color #A700EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A700EA is #58FF15. Grayscale: #4B4B4B. Windows color (decimal): -5832470 or 15335591. OLE color: 15335591.

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

Color convert

RGB 167 0 234 -
CMYK 0.29 1 0 0.08
HSL 282.82º 1% 0.46% -
HSV(B) 282.82º 1% 0.92% -
XYZ 30.79 14.16 78.95 -
YUV 76.61 216.83 192.47 -
System Red Green Blue C M Y K H S L
Decimal 167 0 234 0.29 1 0 0.08 282.82 1 0.46
Hex A7 0 EA 1D 64 0 8 11B 64 2E
Octal 247 0 352 35 144 0 10 433 144 56
Binary 10100111 0 11101010 11101 1100100 0 1000 100011011 1100100 101110

Color Harmonies of #A700EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A700EA

Black with #A700EA

Text Example


Text Example

White with #A700EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A700EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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