Html Css Color HEX #A702EB Dark Violet

📋 copy color: '#A702EB'

red 167 ◦ green 2 ◦ blue 235

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

Shades of Dark Violet #A702EB

Tints of Dark Violet #A702EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 58.17%

R = 41.34%
G = 0.5%
B = 58.17%

CMYK

 C value IS 0.29

 M value IS 0.99

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A702EB (or 0xA702EB) is known color: Dark Violet. HEX triplet: A7, 02 and EB. RGB value is (167,2,235). Sum of RGB (Red+Green+Blue) = 167+2+235=404 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.34% from 404); Green value is 2 (1.17% from 255 or 0.50% from 404); Blue value is 235 (92.19% from 255 or 58.17% from 404); Max value from RGB is 235 - color contains mainly: blue. Hex color #A702EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A702EB is #58FD14. Grayscale: #4D4D4D. Windows color (decimal): -5831957 or 15401639. OLE color: 15401639.

HSL color Cylindrical-coordinate representation of color #A702EB: hue angle of 282.49º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A702EB is Cyan = 0.29, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 167 2 235 -
CMYK 0.29 0.99 0 0.08
HSL 282.49º 0.98% 0.46% -
HSV(B) 282.49º 0.99% 0.92% -
XYZ 30.95 14.26 79.72 -
YUV 77.9 216.66 191.55 -
System Red Green Blue C M Y K H S L
Decimal 167 2 235 0.29 0.99 0 0.08 282.49 0.98 0.46
Hex A7 2 EB 1D 63 0 8 11A 62 2E
Octal 247 2 353 35 143 0 10 432 142 56
Binary 10100111 10 11101011 11101 1100011 0 1000 100011010 1100010 101110

Color Harmonies of #A702EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A702EB

Black with #A702EB

Text Example


Text Example

White with #A702EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A702EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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