Html Css Color HEX #A712CC Dark Violet

📋 copy color: '#A712CC'

red 167 ◦ green 18 ◦ blue 204

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

Shades of Dark Violet #A712CC

Tints of Dark Violet #A712CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 52.44%

R = 42.93%
G = 4.63%
B = 52.44%

CMYK

 C value IS 0.18

 M value IS 0.91

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A712CC (or 0xA712CC) is known color: Dark Violet. HEX triplet: A7, 12 and CC. RGB value is (167,18,204). Sum of RGB (Red+Green+Blue) = 167+18+204=389 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.93% from 389); Green value is 18 (7.42% from 255 or 4.63% from 389); Blue value is 204 (80.08% from 255 or 52.44% from 389); Max value from RGB is 204 - color contains mainly: blue. Hex color #A712CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A712CC is #58ED33. Grayscale: #535353. Windows color (decimal): -5827892 or 13374119. OLE color: 13374119.

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

Color convert

RGB 167 18 204 -
CMYK 0.18 0.91 0 0.2
HSL 288.06º 0.84% 0.44% -
HSV(B) 288.06º 0.91% 0.8% -
XYZ 27.05 13.01 58.21 -
YUV 83.76 195.86 187.38 -
System Red Green Blue C M Y K H S L
Decimal 167 18 204 0.18 0.91 0 0.2 288.06 0.84 0.44
Hex A7 12 CC 12 5B 0 14 120 54 2C
Octal 247 22 314 22 133 0 24 440 124 54
Binary 10100111 10010 11001100 10010 1011011 0 10100 100100000 1010100 101100

Color Harmonies of #A712CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A712CC

Black with #A712CC

Text Example


Text Example

White with #A712CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A712CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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