Html Css Color HEX #A705BE Dark Violet

📋 copy color: '#A705BE'

red 167 ◦ green 5 ◦ blue 190

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

Shades of Dark Violet #A705BE

Tints of Dark Violet #A705BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 52.49%

R = 46.13%
G = 1.38%
B = 52.49%

CMYK

 C value IS 0.12

 M value IS 0.97

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A705BE (or 0xA705BE) is known color: Dark Violet. HEX triplet: A7, 05 and BE. RGB value is (167,5,190). Sum of RGB (Red+Green+Blue) = 167+5+190=362 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.13% from 362); Green value is 5 (2.34% from 255 or 1.38% from 362); Blue value is 190 (74.61% from 255 or 52.49% from 362); Max value from RGB is 190 - color contains mainly: blue. Hex color #A705BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A705BE is #58FA41. Grayscale: #494949. Windows color (decimal): -5831234 or 12453287. OLE color: 12453287.

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

Color convert

RGB 167 5 190 -
CMYK 0.12 0.97 0 0.25
HSL 292.54º 0.95% 0.38% -
HSV(B) 292.54º 0.97% 0.75% -
XYZ 25.28 12.04 49.71 -
YUV 74.53 193.17 193.96 -
System Red Green Blue C M Y K H S L
Decimal 167 5 190 0.12 0.97 0 0.25 292.54 0.95 0.38
Hex A7 5 BE C 61 0 19 125 5F 26
Octal 247 5 276 14 141 0 31 445 137 46
Binary 10100111 101 10111110 1100 1100001 0 11001 100100101 1011111 100110

Color Harmonies of #A705BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A705BE

Black with #A705BE

Text Example


Text Example

White with #A705BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A705BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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