Html Css Color HEX #A705CD Dark Violet

📋 copy color: '#A705CD'

red 167 ◦ green 5 ◦ blue 205

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

Shades of Dark Violet #A705CD

Tints of Dark Violet #A705CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 54.38%

R = 44.3%
G = 1.33%
B = 54.38%

CMYK

 C value IS 0.19

 M value IS 0.98

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A705CD (or 0xA705CD) is known color: Dark Violet. HEX triplet: A7, 05 and CD. RGB value is (167,5,205). Sum of RGB (Red+Green+Blue) = 167+5+205=377 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.30% from 377); Green value is 5 (2.34% from 255 or 1.33% from 377); Blue value is 205 (80.47% from 255 or 54.38% from 377); Max value from RGB is 205 - color contains mainly: blue. Hex color #A705CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A705CD is #58FA32. Grayscale: #4B4B4B. Windows color (decimal): -5831219 or 13436327. OLE color: 13436327.

HSL color Cylindrical-coordinate representation of color #A705CD: hue angle of 288.6º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A705CD is Cyan = 0.19, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 167 5 205 -
CMYK 0.19 0.98 0 0.20
HSL 288.6º 0.95% 0.41% -
HSV(B) 288.6º 0.98% 0.8% -
XYZ 27.01 12.73 58.79 -
YUV 76.24 200.67 192.74 -
System Red Green Blue C M Y K H S L
Decimal 167 5 205 0.19 0.98 0 0.20 288.6 0.95 0.41
Hex A7 5 CD 13 62 0 14 121 5F 29
Octal 247 5 315 23 142 0 24 441 137 51
Binary 10100111 101 11001101 10011 1100010 0 10100 100100001 1011111 101001

Color Harmonies of #A705CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A705CD

Black with #A705CD

Text Example


Text Example

White with #A705CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A705CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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