Html Css Color HEX #A708E4 Dark Violet

📋 copy color: '#A708E4'

red 167 ◦ green 8 ◦ blue 228

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

Shades of Dark Violet #A708E4

Tints of Dark Violet #A708E4

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.99%

 BLUE value IS 228 (89.45% from 255) = 56.58%

R = 41.44%
G = 1.99%
B = 56.58%

CMYK

 C value IS 0.27

 M value IS 0.96

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A708E4 (or 0xA708E4) is known color: Dark Violet. HEX triplet: A7, 08 and E4. RGB value is (167,8,228). Sum of RGB (Red+Green+Blue) = 167+8+228=403 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.44% from 403); Green value is 8 (3.52% from 255 or 1.99% from 403); Blue value is 228 (89.45% from 255 or 56.58% from 403); Max value from RGB is 228 - color contains mainly: blue. Hex color #A708E4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A708E4 is #58F71B. Grayscale: #4F4F4F. Windows color (decimal): -5830428 or 14944423. OLE color: 14944423.

HSL color Cylindrical-coordinate representation of color #A708E4: hue angle of 283.36º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A708E4 is Cyan = 0.27, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 167 8 228 -
CMYK 0.27 0.96 0 0.11
HSL 283.36º 0.93% 0.46% -
HSV(B) 283.36º 0.96% 0.89% -
XYZ 30.03 13.99 74.52 -
YUV 80.62 211.18 189.61 -
System Red Green Blue C M Y K H S L
Decimal 167 8 228 0.27 0.96 0 0.11 283.36 0.93 0.46
Hex A7 8 E4 1B 60 0 B 11B 5D 2E
Octal 247 10 344 33 140 0 13 433 135 56
Binary 10100111 1000 11100100 11011 1100000 0 1011 100011011 1011101 101110

Color Harmonies of #A708E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A708E4

Black with #A708E4

Text Example


Text Example

White with #A708E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A708E4; }

 p { color: rgb(167,8,228); }

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

background-color css

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

 a { background-color: rgb(167,8,228); }

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

border-color css

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

 span { border-color: rgb(167,8,228); }

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