Html Css Color HEX #A700CD Dark Violet

📋 copy color: '#A700CD'

red 167 ◦ green 0 ◦ blue 205

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

Shades of Dark Violet #A700CD

Tints of Dark Violet #A700CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 55.11%

R = 44.89%
G = 0%
B = 55.11%

CMYK

 C value IS 0.19

 M value IS 1

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A700CD (or 0xA700CD) is known color: Dark Violet. HEX triplet: A7, 00 and CD. RGB value is (167,0,205). Sum of RGB (Red+Green+Blue) = 167+0+205=372 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.89% from 372); Green value is 0 (0.39% from 255 or 0% from 372); Blue value is 205 (80.47% from 255 or 55.11% from 372); Max value from RGB is 205 - color contains mainly: blue. Hex color #A700CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A700CD is #58FF32. Grayscale: #484848. Windows color (decimal): -5832499 or 13435047. OLE color: 13435047.

HSL color Cylindrical-coordinate representation of color #A700CD: hue angle of 288.88º 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 #A700CD is Cyan = 0.19, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 167 0 205 -
CMYK 0.19 1 0 0.20
HSL 288.88º 1% 0.4% -
HSV(B) 288.88º 1% 0.8% -
XYZ 26.96 12.62 58.77 -
YUV 73.3 202.33 194.83 -
System Red Green Blue C M Y K H S L
Decimal 167 0 205 0.19 1 0 0.20 288.88 1 0.4
Hex A7 0 CD 13 64 0 14 121 64 28
Octal 247 0 315 23 144 0 24 441 144 50
Binary 10100111 0 11001101 10011 1100100 0 10100 100100001 1100100 101000

Color Harmonies of #A700CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A700CD

Black with #A700CD

Text Example


Text Example

White with #A700CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A700CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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