Html Css Color HEX #A702BE Dark Violet

📋 copy color: '#A702BE'

red 167 ◦ green 2 ◦ blue 190

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

Shades of Dark Violet #A702BE

Tints of Dark Violet #A702BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 52.92%

R = 46.52%
G = 0.56%
B = 52.92%

CMYK

 C value IS 0.12

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A702BE (or 0xA702BE) is known color: Dark Violet. HEX triplet: A7, 02 and BE. RGB value is (167,2,190). Sum of RGB (Red+Green+Blue) = 167+2+190=359 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.52% from 359); Green value is 2 (1.17% from 255 or 0.56% from 359); Blue value is 190 (74.61% from 255 or 52.92% from 359); Max value from RGB is 190 - color contains mainly: blue. Hex color #A702BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A702BE is #58FD41. Grayscale: #484848. Windows color (decimal): -5832002 or 12452519. OLE color: 12452519.

HSL color Cylindrical-coordinate representation of color #A702BE: hue angle of 292.66º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A702BE is Cyan = 0.12, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 167 2 190 -
CMYK 0.12 0.99 0 0.25
HSL 292.66º 0.98% 0.38% -
HSV(B) 292.66º 0.99% 0.75% -
XYZ 25.25 11.98 49.7 -
YUV 72.77 194.16 195.21 -
System Red Green Blue C M Y K H S L
Decimal 167 2 190 0.12 0.99 0 0.25 292.66 0.98 0.38
Hex A7 2 BE C 63 0 19 125 62 26
Octal 247 2 276 14 143 0 31 445 142 46
Binary 10100111 10 10111110 1100 1100011 0 11001 100100101 1100010 100110

Color Harmonies of #A702BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A702BE

Black with #A702BE

Text Example


Text Example

White with #A702BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A702BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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