Html Css Color HEX #A008EC Dark Violet

📋 copy color: '#A008EC'

red 160 ◦ green 8 ◦ blue 236

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

Shades of Dark Violet #A008EC

Tints of Dark Violet #A008EC

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.98%

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

R = 39.6%
G = 1.98%
B = 58.42%

CMYK

 C value IS 0.32

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A008EC (or 0xA008EC) is known color: Dark Violet. HEX triplet: A0, 08 and EC. RGB value is (160,8,236). Sum of RGB (Red+Green+Blue) = 160+8+236=404 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.60% from 404); Green value is 8 (3.52% from 255 or 1.98% from 404); Blue value is 236 (92.58% from 255 or 58.42% from 404); Max value from RGB is 236 - color contains mainly: blue. Hex color #A008EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A008EC is #5FF713. Grayscale: #4E4E4E. Windows color (decimal): -6289172 or 15468704. OLE color: 15468704.

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

Color convert

RGB 160 8 236 -
CMYK 0.32 0.97 0 0.07
HSL 280º 0.93% 0.48% -
HSV(B) 280º 0.97% 0.93% -
XYZ 29.72 13.7 80.44 -
YUV 79.44 216.36 185.46 -
System Red Green Blue C M Y K H S L
Decimal 160 8 236 0.32 0.97 0 0.07 280 0.93 0.48
Hex A0 8 EC 20 61 0 7 118 5D 30
Octal 240 10 354 40 141 0 7 430 135 60
Binary 10100000 1000 11101100 100000 1100001 0 111 100011000 1011101 110000

Color Harmonies of #A008EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A008EC

Black with #A008EC

Text Example


Text Example

White with #A008EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A008EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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