Html Css Color HEX #A702CE Dark Violet

📋 copy color: '#A702CE'

red 167 ◦ green 2 ◦ blue 206

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

Shades of Dark Violet #A702CE

Tints of Dark Violet #A702CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 54.93%

R = 44.53%
G = 0.53%
B = 54.93%

CMYK

 C value IS 0.19

 M value IS 0.99

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A702CE (or 0xA702CE) is known color: Dark Violet. HEX triplet: A7, 02 and CE. RGB value is (167,2,206). Sum of RGB (Red+Green+Blue) = 167+2+206=375 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.53% from 375); Green value is 2 (1.17% from 255 or 0.53% from 375); Blue value is 206 (80.86% from 255 or 54.93% from 375); Max value from RGB is 206 - color contains mainly: blue. Hex color #A702CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A702CE is #58FD31. Grayscale: #494949. Windows color (decimal): -5831986 or 13501095. OLE color: 13501095.

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

Color convert

RGB 167 2 206 -
CMYK 0.19 0.99 0 0.19
HSL 288.53º 0.98% 0.41% -
HSV(B) 288.53º 0.99% 0.81% -
XYZ 27.1 12.72 59.42 -
YUV 74.59 202.16 193.91 -
System Red Green Blue C M Y K H S L
Decimal 167 2 206 0.19 0.99 0 0.19 288.53 0.98 0.41
Hex A7 2 CE 13 63 0 13 121 62 29
Octal 247 2 316 23 143 0 23 441 142 51
Binary 10100111 10 11001110 10011 1100011 0 10011 100100001 1100010 101001

Color Harmonies of #A702CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A702CE

Black with #A702CE

Text Example


Text Example

White with #A702CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A702CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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