Html Css Color HEX #A702CA Dark Violet

📋 copy color: '#A702CA'

red 167 ◦ green 2 ◦ blue 202

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

Shades of Dark Violet #A702CA

Tints of Dark Violet #A702CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 54.45%

R = 45.01%
G = 0.54%
B = 54.45%

CMYK

 C value IS 0.17

 M value IS 0.99

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A702CA (or 0xA702CA) is known color: Dark Violet. HEX triplet: A7, 02 and CA. RGB value is (167,2,202). Sum of RGB (Red+Green+Blue) = 167+2+202=371 (49% of max value = 765). Red value is 167 (65.62% from 255 or 45.01% from 371); Green value is 2 (1.17% from 255 or 0.54% from 371); Blue value is 202 (79.30% from 255 or 54.45% from 371); Max value from RGB is 202 - color contains mainly: blue. Hex color #A702CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A702CA is #58FD35. Grayscale: #494949. Windows color (decimal): -5831990 or 13238951. OLE color: 13238951.

HSL color Cylindrical-coordinate representation of color #A702CA: hue angle of 289.5º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A702CA is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 167 2 202 -
CMYK 0.17 0.99 0 0.21
HSL 289.5º 0.98% 0.4% -
HSV(B) 289.5º 0.99% 0.79% -
XYZ 26.62 12.52 56.89 -
YUV 74.14 200.16 194.24 -
System Red Green Blue C M Y K H S L
Decimal 167 2 202 0.17 0.99 0 0.21 289.5 0.98 0.4
Hex A7 2 CA 11 63 0 15 122 62 28
Octal 247 2 312 21 143 0 25 442 142 50
Binary 10100111 10 11001010 10001 1100011 0 10101 100100010 1100010 101000

Color Harmonies of #A702CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A702CA

Black with #A702CA

Text Example


Text Example

White with #A702CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A702CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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