Html Css Color HEX #A501ED Dark Violet

📋 copy color: '#A501ED'

red 165 ◦ green 1 ◦ blue 237

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

Shades of Dark Violet #A501ED

Tints of Dark Violet #A501ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 58.81%

R = 40.94%
G = 0.25%
B = 58.81%

CMYK

 C value IS 0.30

 M value IS 1.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A501ED (or 0xA501ED) is known color: Dark Violet. HEX triplet: A5, 01 and ED. RGB value is (165,1,237). Sum of RGB (Red+Green+Blue) = 165+1+237=403 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.94% from 403); Green value is 1 (0.78% from 255 or 0.25% from 403); Blue value is 237 (92.97% from 255 or 58.81% from 403); Max value from RGB is 237 - color contains mainly: blue. Hex color #A501ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A501ED is #5AFE12. Grayscale: #4C4C4C. Windows color (decimal): -5963283 or 15532453. OLE color: 15532453.

HSL color Cylindrical-coordinate representation of color #A501ED: hue angle of 281.69º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A501ED is Cyan = 0.30, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 165 1 237 -
CMYK 0.30 1.00 0 0.07
HSL 281.69º 0.99% 0.47% -
HSV(B) 281.69º 1% 0.93% -
XYZ 30.81 14.14 81.23 -
YUV 76.94 218.33 190.81 -
System Red Green Blue C M Y K H S L
Decimal 165 1 237 0.30 1.00 0 0.07 281.69 0.99 0.47
Hex A5 1 ED 1E 64 0 7 11A 63 2F
Octal 245 1 355 36 144 0 7 432 143 57
Binary 10100101 1 11101101 11110 1100100 0 111 100011010 1100011 101111

Color Harmonies of #A501ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A501ED

Black with #A501ED

Text Example


Text Example

White with #A501ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A501ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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