Html Css Color HEX #A516E7 Dark Violet

📋 copy color: '#A516E7'

red 165 ◦ green 22 ◦ blue 231

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

Shades of Dark Violet #A516E7

Tints of Dark Violet #A516E7

RGB

 RED value IS 165 (64.84% from 255) = 39.47%

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

 BLUE value IS 231 (90.63% from 255) = 55.26%

R = 39.47%
G = 5.26%
B = 55.26%

CMYK

 C value IS 0.29

 M value IS 0.90

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A516E7 (or 0xA516E7) is known color: Dark Violet. HEX triplet: A5, 16 and E7. RGB value is (165,22,231). Sum of RGB (Red+Green+Blue) = 165+22+231=418 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.47% from 418); Green value is 22 (8.98% from 255 or 5.26% from 418); Blue value is 231 (90.62% from 255 or 55.26% from 418); Max value from RGB is 231 - color contains mainly: blue. Hex color #A516E7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A516E7 is #5AE918. Grayscale: #575757. Windows color (decimal): -5957913 or 15144613. OLE color: 15144613.

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

Color convert

RGB 165 22 231 -
CMYK 0.29 0.90 0 0.09
HSL 281.05º 0.83% 0.5% -
HSV(B) 281.05º 0.9% 0.91% -
XYZ 30.23 14.34 76.78 -
YUV 88.58 208.38 182.51 -
System Red Green Blue C M Y K H S L
Decimal 165 22 231 0.29 0.90 0 0.09 281.05 0.83 0.5
Hex A5 16 E7 1D 5A 0 9 119 53 32
Octal 245 26 347 35 132 0 11 431 123 62
Binary 10100101 10110 11100111 11101 1011010 0 1001 100011001 1010011 110010

Color Harmonies of #A516E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A516E7

Black with #A516E7

Text Example


Text Example

White with #A516E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A516E7; }

 p { color: rgb(165,22,231); }

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

background-color css

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

 a { background-color: rgb(165,22,231); }

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

border-color css

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

 span { border-color: rgb(165,22,231); }

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