Html Css Color HEX #A711CF Dark Violet

📋 copy color: '#A711CF'

red 167 ◦ green 17 ◦ blue 207

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

Shades of Dark Violet #A711CF

Tints of Dark Violet #A711CF

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.35%

 BLUE value IS 207 (81.25% from 255) = 52.94%

R = 42.71%
G = 4.35%
B = 52.94%

CMYK

 C value IS 0.19

 M value IS 0.92

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A711CF (or 0xA711CF) is known color: Dark Violet. HEX triplet: A7, 11 and CF. RGB value is (167,17,207). Sum of RGB (Red+Green+Blue) = 167+17+207=391 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.71% from 391); Green value is 17 (7.03% from 255 or 4.35% from 391); Blue value is 207 (81.25% from 255 or 52.94% from 391); Max value from RGB is 207 - color contains mainly: blue. Hex color #A711CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A711CF is #58EE30. Grayscale: #525252. Windows color (decimal): -5828145 or 13570471. OLE color: 13570471.

HSL color Cylindrical-coordinate representation of color #A711CF: hue angle of 287.37º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A711CF is Cyan = 0.19, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 167 17 207 -
CMYK 0.19 0.92 0 0.19
HSL 287.37º 0.85% 0.44% -
HSV(B) 287.37º 0.92% 0.81% -
XYZ 27.4 13.12 60.12 -
YUV 83.51 197.7 187.55 -
System Red Green Blue C M Y K H S L
Decimal 167 17 207 0.19 0.92 0 0.19 287.37 0.85 0.44
Hex A7 11 CF 13 5C 0 13 11F 55 2C
Octal 247 21 317 23 134 0 23 437 125 54
Binary 10100111 10001 11001111 10011 1011100 0 10011 100011111 1010101 101100

Color Harmonies of #A711CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A711CF

Black with #A711CF

Text Example


Text Example

White with #A711CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A711CF; }

 p { color: rgb(167,17,207); }

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

background-color css

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

 a { background-color: rgb(167,17,207); }

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

border-color css

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

 span { border-color: rgb(167,17,207); }

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