Html Css Color HEX #A501E5 Dark Violet

📋 copy color: '#A501E5'

red 165 ◦ green 1 ◦ blue 229

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

Shades of Dark Violet #A501E5

Tints of Dark Violet #A501E5

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.25%

 BLUE value IS 229 (89.84% from 255) = 57.97%

R = 41.77%
G = 0.25%
B = 57.97%

CMYK

 C value IS 0.28

 M value IS 1.00

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A501E5 (or 0xA501E5) is known color: Dark Violet. HEX triplet: A5, 01 and E5. RGB value is (165,1,229). Sum of RGB (Red+Green+Blue) = 165+1+229=395 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.77% from 395); Green value is 1 (0.78% from 255 or 0.25% from 395); Blue value is 229 (89.84% from 255 or 57.97% from 395); Max value from RGB is 229 - color contains mainly: blue. Hex color #A501E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A501E5 is #5AFE1A. Grayscale: #4B4B4B. Windows color (decimal): -5963291 or 15008165. OLE color: 15008165.

HSL color Cylindrical-coordinate representation of color #A501E5: hue angle of 283.16º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A501E5 is Cyan = 0.28, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 165 1 229 -
CMYK 0.28 1.00 0 0.10
HSL 283.16º 0.99% 0.45% -
HSV(B) 283.16º 1% 0.9% -
XYZ 29.67 13.68 75.21 -
YUV 76.03 214.33 191.46 -
System Red Green Blue C M Y K H S L
Decimal 165 1 229 0.28 1.00 0 0.10 283.16 0.99 0.45
Hex A5 1 E5 1C 64 0 A 11B 63 2D
Octal 245 1 345 34 144 0 12 433 143 55
Binary 10100101 1 11100101 11100 1100100 0 1010 100011011 1100011 101101

Color Harmonies of #A501E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A501E5

Black with #A501E5

Text Example


Text Example

White with #A501E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A501E5; }

 p { color: rgb(165,1,229); }

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

background-color css

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

 a { background-color: rgb(165,1,229); }

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

border-color css

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

 span { border-color: rgb(165,1,229); }

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