Html Css Color HEX #A716EA Dark Violet

📋 copy color: '#A716EA'

red 167 ◦ green 22 ◦ blue 234

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

Shades of Dark Violet #A716EA

Tints of Dark Violet #A716EA

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.2%

 BLUE value IS 234 (91.8% from 255) = 55.32%

R = 39.48%
G = 5.2%
B = 55.32%

CMYK

 C value IS 0.29

 M value IS 0.91

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A716EA (or 0xA716EA) is known color: Dark Violet. HEX triplet: A7, 16 and EA. RGB value is (167,22,234). Sum of RGB (Red+Green+Blue) = 167+22+234=423 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.48% from 423); Green value is 22 (8.98% from 255 or 5.20% from 423); Blue value is 234 (91.80% from 255 or 55.32% from 423); Max value from RGB is 234 - color contains mainly: blue. Hex color #A716EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A716EA is #58E915. Grayscale: #585858. Windows color (decimal): -5826838 or 15341223. OLE color: 15341223.

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

Color convert

RGB 167 22 234 -
CMYK 0.29 0.91 0 0.08
HSL 281.04º 0.83% 0.5% -
HSV(B) 281.04º 0.91% 0.92% -
XYZ 31.07 14.73 79.05 -
YUV 89.52 209.54 183.26 -
System Red Green Blue C M Y K H S L
Decimal 167 22 234 0.29 0.91 0 0.08 281.04 0.83 0.5
Hex A7 16 EA 1D 5B 0 8 119 53 32
Octal 247 26 352 35 133 0 10 431 123 62
Binary 10100111 10110 11101010 11101 1011011 0 1000 100011001 1010011 110010

Color Harmonies of #A716EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A716EA

Black with #A716EA

Text Example


Text Example

White with #A716EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A716EA; }

 p { color: rgb(167,22,234); }

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

background-color css

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

 a { background-color: rgb(167,22,234); }

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

border-color css

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

 span { border-color: rgb(167,22,234); }

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