Html Css Color HEX #A700D3 Dark Violet

📋 copy color: '#A700D3'

red 167 ◦ green 0 ◦ blue 211

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

Shades of Dark Violet #A700D3

Tints of Dark Violet #A700D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 55.82%

R = 44.18%
G = 0%
B = 55.82%

CMYK

 C value IS 0.21

 M value IS 1

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#A700D3 (or 0xA700D3) is known color: Dark Violet. HEX triplet: A7, 00 and D3. RGB value is (167,0,211). Sum of RGB (Red+Green+Blue) = 167+0+211=378 (50% of max value = 765). Red value is 167 (65.62% from 255 or 44.18% from 378); Green value is 0 (0.39% from 255 or 0% from 378); Blue value is 211 (82.81% from 255 or 55.82% from 378); Max value from RGB is 211 - color contains mainly: blue. Hex color #A700D3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A700D3 is #58FF2C. Grayscale: #494949. Windows color (decimal): -5832493 or 13828263. OLE color: 13828263.

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

Color convert

RGB 167 0 211 -
CMYK 0.21 1 0 0.17
HSL 287.49º 1% 0.41% -
HSV(B) 287.49º 1% 0.83% -
XYZ 27.69 12.92 62.66 -
YUV 73.99 205.33 194.34 -
System Red Green Blue C M Y K H S L
Decimal 167 0 211 0.21 1 0 0.17 287.49 1 0.41
Hex A7 0 D3 15 64 0 11 11F 64 29
Octal 247 0 323 25 144 0 21 437 144 51
Binary 10100111 0 11010011 10101 1100100 0 10001 100011111 1100100 101001

Color Harmonies of #A700D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A700D3

Black with #A700D3

Text Example


Text Example

White with #A700D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A700D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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