Html Css Color HEX #A700CC Dark Violet

📋 copy color: '#A700CC'

red 167 ◦ green 0 ◦ blue 204

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

Shades of Dark Violet #A700CC

Tints of Dark Violet #A700CC

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 45.01%
G = 0%
B = 54.99%

CMYK

 C value IS 0.18

 M value IS 1

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A700CC (or 0xA700CC) is known color: Dark Violet. HEX triplet: A7, 00 and CC. RGB value is (167,0,204). Sum of RGB (Red+Green+Blue) = 167+0+204=371 (49% of max value = 765). Red value is 167 (65.62% from 255 or 45.01% from 371); Green value is 0 (0.39% from 255 or 0% from 371); Blue value is 204 (80.08% from 255 or 54.99% from 371); Max value from RGB is 204 - color contains mainly: blue. Hex color #A700CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A700CC is #58FF33. Grayscale: #484848. Windows color (decimal): -5832500 or 13369511. OLE color: 13369511.

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

Color convert

RGB 167 0 204 -
CMYK 0.18 1 0 0.2
HSL 289.12º 1% 0.4% -
HSV(B) 289.12º 1% 0.8% -
XYZ 26.84 12.58 58.14 -
YUV 73.19 201.83 194.91 -
System Red Green Blue C M Y K H S L
Decimal 167 0 204 0.18 1 0 0.2 289.12 1 0.4
Hex A7 0 CC 12 64 0 14 121 64 28
Octal 247 0 314 22 144 0 24 441 144 50
Binary 10100111 0 11001100 10010 1100100 0 10100 100100001 1100100 101000

Color Harmonies of #A700CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A700CC

Black with #A700CC

Text Example


Text Example

White with #A700CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A700CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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