Html Css Color HEX #A501EA Dark Violet

📋 copy color: '#A501EA'

red 165 ◦ green 1 ◦ blue 234

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

Shades of Dark Violet #A501EA

Tints of Dark Violet #A501EA

RGB

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

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

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

R = 41.25%
G = 0.25%
B = 58.5%

CMYK

 C value IS 0.29

 M value IS 1.00

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A501EA (or 0xA501EA) is known color: Dark Violet. HEX triplet: A5, 01 and EA. RGB value is (165,1,234). Sum of RGB (Red+Green+Blue) = 165+1+234=400 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.25% from 400); Green value is 1 (0.78% from 255 or 0.25% from 400); Blue value is 234 (91.80% from 255 or 58.5% from 400); Max value from RGB is 234 - color contains mainly: blue. Hex color #A501EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A501EA is #5AFE15. Grayscale: #4B4B4B. Windows color (decimal): -5963286 or 15335845. OLE color: 15335845.

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

Color convert

RGB 165 1 234 -
CMYK 0.29 1.00 0 0.08
HSL 282.23º 0.99% 0.46% -
HSV(B) 282.23º 1% 0.92% -
XYZ 30.38 13.96 78.94 -
YUV 76.6 216.83 191.05 -
System Red Green Blue C M Y K H S L
Decimal 165 1 234 0.29 1.00 0 0.08 282.23 0.99 0.46
Hex A5 1 EA 1D 64 0 8 11A 63 2E
Octal 245 1 352 35 144 0 10 432 143 56
Binary 10100101 1 11101010 11101 1100100 0 1000 100011010 1100011 101110

Color Harmonies of #A501EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A501EA

Black with #A501EA

Text Example


Text Example

White with #A501EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A501EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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