Html Css Color HEX #A705DF Dark Violet

📋 copy color: '#A705DF'

red 167 ◦ green 5 ◦ blue 223

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

Shades of Dark Violet #A705DF

Tints of Dark Violet #A705DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 56.46%

R = 42.28%
G = 1.27%
B = 56.46%

CMYK

 C value IS 0.25

 M value IS 0.98

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A705DF (or 0xA705DF) is known color: Dark Violet. HEX triplet: A7, 05 and DF. RGB value is (167,5,223). Sum of RGB (Red+Green+Blue) = 167+5+223=395 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.28% from 395); Green value is 5 (2.34% from 255 or 1.27% from 395); Blue value is 223 (87.5% from 255 or 56.46% from 395); Max value from RGB is 223 - color contains mainly: blue. Hex color #A705DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A705DF is #58FA20. Grayscale: #4D4D4D. Windows color (decimal): -5831201 or 14615975. OLE color: 14615975.

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

Color convert

RGB 167 5 223 -
CMYK 0.25 0.98 0 0.13
HSL 284.59º 0.96% 0.45% -
HSV(B) 284.59º 0.98% 0.87% -
XYZ 29.31 13.65 70.9 -
YUV 78.29 209.67 191.27 -
System Red Green Blue C M Y K H S L
Decimal 167 5 223 0.25 0.98 0 0.13 284.59 0.96 0.45
Hex A7 5 DF 19 62 0 D 11D 60 2D
Octal 247 5 337 31 142 0 15 435 140 55
Binary 10100111 101 11011111 11001 1100010 0 1101 100011101 1100000 101101

Color Harmonies of #A705DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A705DF

Black with #A705DF

Text Example


Text Example

White with #A705DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A705DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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