Html Css Color HEX #A702CF Dark Violet

📋 copy color: '#A702CF'

red 167 ◦ green 2 ◦ blue 207

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

Shades of Dark Violet #A702CF

Tints of Dark Violet #A702CF

RGB

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

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

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

R = 44.41%
G = 0.53%
B = 55.05%

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

#A702CF (or 0xA702CF) is known color: Dark Violet. HEX triplet: A7, 02 and CF. RGB value is (167,2,207). Sum of RGB (Red+Green+Blue) = 167+2+207=376 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.41% from 376); Green value is 2 (1.17% from 255 or 0.53% from 376); Blue value is 207 (81.25% from 255 or 55.05% from 376); Max value from RGB is 207 - color contains mainly: blue. Hex color #A702CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A702CF is #58FD30. Grayscale: #4A4A4A. Windows color (decimal): -5831985 or 13566631. OLE color: 13566631.

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

Color convert

RGB 167 2 207 -
CMYK 0.19 0.99 0 0.19
HSL 288.29º 0.98% 0.41% -
HSV(B) 288.29º 0.99% 0.81% -
XYZ 27.22 12.76 60.06 -
YUV 74.71 202.66 193.83 -
System Red Green Blue C M Y K H S L
Decimal 167 2 207 0.19 0.99 0 0.19 288.29 0.98 0.41
Hex A7 2 CF 13 63 0 13 120 62 29
Octal 247 2 317 23 143 0 23 440 142 51
Binary 10100111 10 11001111 10011 1100011 0 10011 100100000 1100010 101001

Color Harmonies of #A702CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A702CF

Black with #A702CF

Text Example


Text Example

White with #A702CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A702CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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