Html Css Color HEX #A705BC Dark Violet

📋 copy color: '#A705BC'

red 167 ◦ green 5 ◦ blue 188

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

Shades of Dark Violet #A705BC

Tints of Dark Violet #A705BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 52.22%

R = 46.39%
G = 1.39%
B = 52.22%

CMYK

 C value IS 0.11

 M value IS 0.97

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A705BC (or 0xA705BC) is known color: Dark Violet. HEX triplet: A7, 05 and BC. RGB value is (167,5,188). Sum of RGB (Red+Green+Blue) = 167+5+188=360 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.39% from 360); Green value is 5 (2.34% from 255 or 1.39% from 360); Blue value is 188 (73.83% from 255 or 52.22% from 360); Max value from RGB is 188 - color contains mainly: blue. Hex color #A705BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A705BC is #58FA43. Grayscale: #494949. Windows color (decimal): -5831236 or 12322215. OLE color: 12322215.

HSL color Cylindrical-coordinate representation of color #A705BC: hue angle of 293.11º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A705BC is Cyan = 0.11, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 167 5 188 -
CMYK 0.11 0.97 0 0.26
HSL 293.11º 0.95% 0.38% -
HSV(B) 293.11º 0.97% 0.74% -
XYZ 25.07 11.95 48.56 -
YUV 74.3 192.17 194.12 -
System Red Green Blue C M Y K H S L
Decimal 167 5 188 0.11 0.97 0 0.26 293.11 0.95 0.38
Hex A7 5 BC B 61 0 1A 125 5F 26
Octal 247 5 274 13 141 0 32 445 137 46
Binary 10100111 101 10111100 1011 1100001 0 11010 100100101 1011111 100110

Color Harmonies of #A705BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A705BC

Black with #A705BC

Text Example


Text Example

White with #A705BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A705BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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