Html Css Color HEX #A708B8 Dark Violet

📋 copy color: '#A708B8'

red 167 ◦ green 8 ◦ blue 184

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

Shades of Dark Violet #A708B8

Tints of Dark Violet #A708B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 51.25%

R = 46.52%
G = 2.23%
B = 51.25%

CMYK

 C value IS 0.09

 M value IS 0.96

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A708B8 (or 0xA708B8) is known color: Dark Violet. HEX triplet: A7, 08 and B8. RGB value is (167,8,184). Sum of RGB (Red+Green+Blue) = 167+8+184=359 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.52% from 359); Green value is 8 (3.52% from 255 or 2.23% from 359); Blue value is 184 (72.27% from 255 or 51.25% from 359); Max value from RGB is 184 - color contains mainly: blue. Hex color #A708B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A708B8 is #58F747. Grayscale: #4B4B4B. Windows color (decimal): -5830472 or 12060839. OLE color: 12060839.

HSL color Cylindrical-coordinate representation of color #A708B8: hue angle of 294.2º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A708B8 is Cyan = 0.09, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 167 8 184 -
CMYK 0.09 0.96 0 0.28
HSL 294.2º 0.92% 0.38% -
HSV(B) 294.2º 0.96% 0.72% -
XYZ 24.67 11.85 46.33 -
YUV 75.61 189.18 193.19 -
System Red Green Blue C M Y K H S L
Decimal 167 8 184 0.09 0.96 0 0.28 294.2 0.92 0.38
Hex A7 8 B8 9 60 0 1C 126 5C 26
Octal 247 10 270 11 140 0 34 446 134 46
Binary 10100111 1000 10111000 1001 1100000 0 11100 100100110 1011100 100110

Color Harmonies of #A708B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A708B8

Black with #A708B8

Text Example


Text Example

White with #A708B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A708B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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