Html Css Color HEX #A705B0 Dark Violet

📋 copy color: '#A705B0'

red 167 ◦ green 5 ◦ blue 176

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

Shades of Dark Violet #A705B0

Tints of Dark Violet #A705B0

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.44%

 BLUE value IS 176 (69.14% from 255) = 50.57%

R = 47.99%
G = 1.44%
B = 50.57%

CMYK

 C value IS 0.05

 M value IS 0.97

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A705B0 (or 0xA705B0) is known color: Dark Violet. HEX triplet: A7, 05 and B0. RGB value is (167,5,176). Sum of RGB (Red+Green+Blue) = 167+5+176=348 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.99% from 348); Green value is 5 (2.34% from 255 or 1.44% from 348); Blue value is 176 (69.14% from 255 or 50.57% from 348); Max value from RGB is 176 - color contains mainly: blue. Hex color #A705B0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A705B0 is #58FA4F. Grayscale: #484848. Windows color (decimal): -5831248 or 11535783. OLE color: 11535783.

HSL color Cylindrical-coordinate representation of color #A705B0: hue angle of 296.84º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A705B0 is Cyan = 0.05, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 167 5 176 -
CMYK 0.05 0.97 0 0.31
HSL 296.84º 0.94% 0.35% -
HSV(B) 296.84º 0.97% 0.69% -
XYZ 23.83 11.46 42.03 -
YUV 72.93 186.17 195.1 -
System Red Green Blue C M Y K H S L
Decimal 167 5 176 0.05 0.97 0 0.31 296.84 0.94 0.35
Hex A7 5 B0 5 61 0 1F 129 5E 23
Octal 247 5 260 5 141 0 37 451 136 43
Binary 10100111 101 10110000 101 1100001 0 11111 100101001 1011110 100011

Color Harmonies of #A705B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A705B0

Black with #A705B0

Text Example


Text Example

White with #A705B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A705B0; }

 p { color: rgb(167,5,176); }

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

background-color css

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

 a { background-color: rgb(167,5,176); }

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

border-color css

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

 span { border-color: rgb(167,5,176); }

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