Html Css Color HEX #A500EB Dark Violet

📋 copy color: '#A500EB'

red 165 ◦ green 0 ◦ blue 235

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

Shades of Dark Violet #A500EB

Tints of Dark Violet #A500EB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 41.25%
G = 0%
B = 58.75%

CMYK

 C value IS 0.30

 M value IS 1

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A500EB (or 0xA500EB) is known color: Dark Violet. HEX triplet: A5, 00 and EB. RGB value is (165,0,235). Sum of RGB (Red+Green+Blue) = 165+0+235=400 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.25% from 400); Green value is 0 (0.39% from 255 or 0% from 400); Blue value is 235 (92.19% from 255 or 58.75% from 400); Max value from RGB is 235 - color contains mainly: blue. Hex color #A500EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A500EB is #5AFF14. Grayscale: #4B4B4B. Windows color (decimal): -5963541 or 15401125. OLE color: 15401125.

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

Color convert

RGB 165 0 235 -
CMYK 0.30 1 0 0.08
HSL 282.13º 1% 0.46% -
HSV(B) 282.13º 1% 0.92% -
XYZ 30.51 14 79.69 -
YUV 76.13 217.66 191.39 -
System Red Green Blue C M Y K H S L
Decimal 165 0 235 0.30 1 0 0.08 282.13 1 0.46
Hex A5 0 EB 1E 64 0 8 11A 64 2E
Octal 245 0 353 36 144 0 10 432 144 56
Binary 10100101 0 11101011 11110 1100100 0 1000 100011010 1100100 101110

Color Harmonies of #A500EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A500EB

Black with #A500EB

Text Example


Text Example

White with #A500EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A500EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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