Html Css Color HEX #A702CD Dark Violet

📋 copy color: '#A702CD'

red 167 ◦ green 2 ◦ blue 205

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

Shades of Dark Violet #A702CD

Tints of Dark Violet #A702CD

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.53%

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

R = 44.65%
G = 0.53%
B = 54.81%

CMYK

 C value IS 0.19

 M value IS 0.99

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A702CD (or 0xA702CD) is known color: Dark Violet. HEX triplet: A7, 02 and CD. RGB value is (167,2,205). Sum of RGB (Red+Green+Blue) = 167+2+205=374 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.65% from 374); Green value is 2 (1.17% from 255 or 0.53% from 374); Blue value is 205 (80.47% from 255 or 54.81% from 374); Max value from RGB is 205 - color contains mainly: blue. Hex color #A702CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A702CD is #58FD32. Grayscale: #494949. Windows color (decimal): -5831987 or 13435559. OLE color: 13435559.

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

Color convert

RGB 167 2 205 -
CMYK 0.19 0.99 0 0.20
HSL 288.77º 0.98% 0.41% -
HSV(B) 288.77º 0.99% 0.8% -
XYZ 26.98 12.67 58.78 -
YUV 74.48 201.66 193.99 -
System Red Green Blue C M Y K H S L
Decimal 167 2 205 0.19 0.99 0 0.20 288.77 0.98 0.41
Hex A7 2 CD 13 63 0 14 121 62 29
Octal 247 2 315 23 143 0 24 441 142 51
Binary 10100111 10 11001101 10011 1100011 0 10100 100100001 1100010 101001

Color Harmonies of #A702CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A702CD

Black with #A702CD

Text Example


Text Example

White with #A702CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A702CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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