Html Css Color HEX #A517EA Dark Violet

📋 copy color: '#A517EA'

red 165 ◦ green 23 ◦ blue 234

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

Shades of Dark Violet #A517EA

Tints of Dark Violet #A517EA

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.45%

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

R = 39.1%
G = 5.45%
B = 55.45%

CMYK

 C value IS 0.29

 M value IS 0.90

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A517EA (or 0xA517EA) is known color: Dark Violet. HEX triplet: A5, 17 and EA. RGB value is (165,23,234). Sum of RGB (Red+Green+Blue) = 165+23+234=422 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.10% from 422); Green value is 23 (9.38% from 255 or 5.45% from 422); Blue value is 234 (91.80% from 255 or 55.45% from 422); Max value from RGB is 234 - color contains mainly: blue. Hex color #A517EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A517EA is #5AE815. Grayscale: #585858. Windows color (decimal): -5957654 or 15341477. OLE color: 15341477.

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

Color convert

RGB 165 23 234 -
CMYK 0.29 0.90 0 0.08
HSL 280.38º 0.83% 0.5% -
HSV(B) 280.38º 0.9% 0.92% -
XYZ 30.67 14.55 79.03 -
YUV 89.51 209.54 181.84 -
System Red Green Blue C M Y K H S L
Decimal 165 23 234 0.29 0.90 0 0.08 280.38 0.83 0.5
Hex A5 17 EA 1D 5A 0 8 118 53 32
Octal 245 27 352 35 132 0 10 430 123 62
Binary 10100101 10111 11101010 11101 1011010 0 1000 100011000 1010011 110010

Color Harmonies of #A517EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A517EA

Black with #A517EA

Text Example


Text Example

White with #A517EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A517EA; }

 p { color: rgb(165,23,234); }

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

background-color css

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

 a { background-color: rgb(165,23,234); }

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

border-color css

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

 span { border-color: rgb(165,23,234); }

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