Html Css Color HEX #A700CF Dark Violet

📋 copy color: '#A700CF'

red 167 ◦ green 0 ◦ blue 207

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

Shades of Dark Violet #A700CF

Tints of Dark Violet #A700CF

RGB

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

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

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

R = 44.65%
G = 0%
B = 55.35%

CMYK

 C value IS 0.19

 M value IS 1

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A700CF (or 0xA700CF) is known color: Dark Violet. HEX triplet: A7, 00 and CF. RGB value is (167,0,207). Sum of RGB (Red+Green+Blue) = 167+0+207=374 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.65% from 374); Green value is 0 (0.39% from 255 or 0% from 374); Blue value is 207 (81.25% from 255 or 55.35% from 374); Max value from RGB is 207 - color contains mainly: blue. Hex color #A700CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A700CF is #58FF30. Grayscale: #484848. Windows color (decimal): -5832497 or 13566119. OLE color: 13566119.

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

Color convert

RGB 167 0 207 -
CMYK 0.19 1 0 0.19
HSL 288.41º 1% 0.41% -
HSV(B) 288.41º 1% 0.81% -
XYZ 27.2 12.72 60.05 -
YUV 73.53 203.33 194.67 -
System Red Green Blue C M Y K H S L
Decimal 167 0 207 0.19 1 0 0.19 288.41 1 0.41
Hex A7 0 CF 13 64 0 13 120 64 29
Octal 247 0 317 23 144 0 23 440 144 51
Binary 10100111 0 11001111 10011 1100100 0 10011 100100000 1100100 101001

Color Harmonies of #A700CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A700CF

Black with #A700CF

Text Example


Text Example

White with #A700CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A700CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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