Html Css Color HEX #A511EB Dark Violet

📋 copy color: '#A511EB'

red 165 ◦ green 17 ◦ blue 235

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

Shades of Dark Violet #A511EB

Tints of Dark Violet #A511EB

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.08%

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

R = 39.57%
G = 4.08%
B = 56.35%

CMYK

 C value IS 0.30

 M value IS 0.93

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A511EB (or 0xA511EB) is known color: Dark Violet. HEX triplet: A5, 11 and EB. RGB value is (165,17,235). Sum of RGB (Red+Green+Blue) = 165+17+235=417 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.57% from 417); Green value is 17 (7.03% from 255 or 4.08% from 417); Blue value is 235 (92.19% from 255 or 56.35% from 417); Max value from RGB is 235 - color contains mainly: blue. Hex color #A511EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A511EB is #5AEE14. Grayscale: #555555. Windows color (decimal): -5959189 or 15405477. OLE color: 15405477.

HSL color Cylindrical-coordinate representation of color #A511EB: hue angle of 280.73º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A511EB is Cyan = 0.30, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 165 17 235 -
CMYK 0.30 0.93 0 0.08
HSL 280.73º 0.87% 0.49% -
HSV(B) 280.73º 0.93% 0.92% -
XYZ 30.71 14.4 79.76 -
YUV 86.1 212.03 184.27 -
System Red Green Blue C M Y K H S L
Decimal 165 17 235 0.30 0.93 0 0.08 280.73 0.87 0.49
Hex A5 11 EB 1E 5D 0 8 119 57 31
Octal 245 21 353 36 135 0 10 431 127 61
Binary 10100101 10001 11101011 11110 1011101 0 1000 100011001 1010111 110001

Color Harmonies of #A511EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A511EB

Black with #A511EB

Text Example


Text Example

White with #A511EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A511EB; }

 p { color: rgb(165,17,235); }

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

background-color css

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

 a { background-color: rgb(165,17,235); }

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

border-color css

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

 span { border-color: rgb(165,17,235); }

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