Html Css Color HEX #A716E0 Dark Violet

📋 copy color: '#A716E0'

red 167 ◦ green 22 ◦ blue 224

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

Shades of Dark Violet #A716E0

Tints of Dark Violet #A716E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 54.24%

R = 40.44%
G = 5.33%
B = 54.24%

CMYK

 C value IS 0.25

 M value IS 0.90

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A716E0 (or 0xA716E0) is known color: Dark Violet. HEX triplet: A7, 16 and E0. RGB value is (167,22,224). Sum of RGB (Red+Green+Blue) = 167+22+224=413 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.44% from 413); Green value is 22 (8.98% from 255 or 5.33% from 413); Blue value is 224 (87.89% from 255 or 54.24% from 413); Max value from RGB is 224 - color contains mainly: blue. Hex color #A716E0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A716E0 is #58E91F. Grayscale: #575757. Windows color (decimal): -5826848 or 14685863. OLE color: 14685863.

HSL color Cylindrical-coordinate representation of color #A716E0: hue angle of 283.07º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A716E0 is Cyan = 0.25, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 167 22 224 -
CMYK 0.25 0.90 0 0.12
HSL 283.07º 0.82% 0.48% -
HSV(B) 283.07º 0.9% 0.88% -
XYZ 29.68 14.17 71.69 -
YUV 88.38 204.54 184.07 -
System Red Green Blue C M Y K H S L
Decimal 167 22 224 0.25 0.90 0 0.12 283.07 0.82 0.48
Hex A7 16 E0 19 5A 0 C 11B 52 30
Octal 247 26 340 31 132 0 14 433 122 60
Binary 10100111 10110 11100000 11001 1011010 0 1100 100011011 1010010 110000

Color Harmonies of #A716E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A716E0

Black with #A716E0

Text Example


Text Example

White with #A716E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A716E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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