Html Css Color HEX #A712CF Dark Violet

📋 copy color: '#A712CF'

red 167 ◦ green 18 ◦ blue 207

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

Shades of Dark Violet #A712CF

Tints of Dark Violet #A712CF

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.59%

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

R = 42.6%
G = 4.59%
B = 52.81%

CMYK

 C value IS 0.19

 M value IS 0.91

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A712CF (or 0xA712CF) is known color: Dark Violet. HEX triplet: A7, 12 and CF. RGB value is (167,18,207). Sum of RGB (Red+Green+Blue) = 167+18+207=392 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.60% from 392); Green value is 18 (7.42% from 255 or 4.59% from 392); Blue value is 207 (81.25% from 255 or 52.81% from 392); Max value from RGB is 207 - color contains mainly: blue. Hex color #A712CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A712CF is #58ED30. Grayscale: #535353. Windows color (decimal): -5827889 or 13570727. OLE color: 13570727.

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

Color convert

RGB 167 18 207 -
CMYK 0.19 0.91 0 0.19
HSL 287.3º 0.84% 0.44% -
HSV(B) 287.3º 0.91% 0.81% -
XYZ 27.42 13.15 60.13 -
YUV 84.1 197.36 187.13 -
System Red Green Blue C M Y K H S L
Decimal 167 18 207 0.19 0.91 0 0.19 287.3 0.84 0.44
Hex A7 12 CF 13 5B 0 13 11F 54 2C
Octal 247 22 317 23 133 0 23 437 124 54
Binary 10100111 10010 11001111 10011 1011011 0 10011 100011111 1010100 101100

Color Harmonies of #A712CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A712CF

Black with #A712CF

Text Example


Text Example

White with #A712CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A712CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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