Html Css Color HEX #A005EC Dark Violet

📋 copy color: '#A005EC'

red 160 ◦ green 5 ◦ blue 236

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

Shades of Dark Violet #A005EC

Tints of Dark Violet #A005EC

RGB

 RED value IS 160 (62.89% from 255) = 39.9%

 GREEN value IS 5 (2.34% from 255) = 1.25%

 BLUE value IS 236 (92.58% from 255) = 58.85%

R = 39.9%
G = 1.25%
B = 58.85%

CMYK

 C value IS 0.32

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A005EC (or 0xA005EC) is known color: Dark Violet. HEX triplet: A0, 05 and EC. RGB value is (160,5,236). Sum of RGB (Red+Green+Blue) = 160+5+236=401 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.90% from 401); Green value is 5 (2.34% from 255 or 1.25% from 401); Blue value is 236 (92.58% from 255 or 58.85% from 401); Max value from RGB is 236 - color contains mainly: blue. Hex color #A005EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A005EC is #5FFA13. Grayscale: #4C4C4C. Windows color (decimal): -6289940 or 15467936. OLE color: 15467936.

HSL color Cylindrical-coordinate representation of color #A005EC: hue angle of 280.26º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A005EC is Cyan = 0.32, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 160 5 236 -
CMYK 0.32 0.98 0 0.07
HSL 280.26º 0.96% 0.47% -
HSV(B) 280.26º 0.98% 0.93% -
XYZ 29.69 13.64 80.42 -
YUV 77.68 217.35 186.72 -
System Red Green Blue C M Y K H S L
Decimal 160 5 236 0.32 0.98 0 0.07 280.26 0.96 0.47
Hex A0 5 EC 20 62 0 7 118 60 2F
Octal 240 5 354 40 142 0 7 430 140 57
Binary 10100000 101 11101100 100000 1100010 0 111 100011000 1100000 101111

Color Harmonies of #A005EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A005EC

Black with #A005EC

Text Example


Text Example

White with #A005EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A005EC; }

 p { color: rgb(160,5,236); }

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

background-color css

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

 a { background-color: rgb(160,5,236); }

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

border-color css

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

 span { border-color: rgb(160,5,236); }

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