Html Css Color HEX #A708DD Dark Violet

📋 copy color: '#A708DD'

red 167 ◦ green 8 ◦ blue 221

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

Shades of Dark Violet #A708DD

Tints of Dark Violet #A708DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 55.81%

R = 42.17%
G = 2.02%
B = 55.81%

CMYK

 C value IS 0.24

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A708DD (or 0xA708DD) is known color: Dark Violet. HEX triplet: A7, 08 and DD. RGB value is (167,8,221). Sum of RGB (Red+Green+Blue) = 167+8+221=396 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.17% from 396); Green value is 8 (3.52% from 255 or 2.02% from 396); Blue value is 221 (86.72% from 255 or 55.81% from 396); Max value from RGB is 221 - color contains mainly: blue. Hex color #A708DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A708DD is #58F722. Grayscale: #4F4F4F. Windows color (decimal): -5830435 or 14485671. OLE color: 14485671.

HSL color Cylindrical-coordinate representation of color #A708DD: hue angle of 284.79º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A708DD is Cyan = 0.24, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 167 8 221 -
CMYK 0.24 0.96 0 0.13
HSL 284.79º 0.93% 0.45% -
HSV(B) 284.79º 0.96% 0.87% -
XYZ 29.07 13.61 69.5 -
YUV 79.82 207.68 190.18 -
System Red Green Blue C M Y K H S L
Decimal 167 8 221 0.24 0.96 0 0.13 284.79 0.93 0.45
Hex A7 8 DD 18 60 0 D 11D 5D 2D
Octal 247 10 335 30 140 0 15 435 135 55
Binary 10100111 1000 11011101 11000 1100000 0 1101 100011101 1011101 101101

Color Harmonies of #A708DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A708DD

Black with #A708DD

Text Example


Text Example

White with #A708DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A708DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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