Html Css Color HEX #A008C6 Dark Violet

📋 copy color: '#A008C6'

red 160 ◦ green 8 ◦ blue 198

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

Shades of Dark Violet #A008C6

Tints of Dark Violet #A008C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 54.1%

R = 43.72%
G = 2.19%
B = 54.1%

CMYK

 C value IS 0.19

 M value IS 0.96

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A008C6 (or 0xA008C6) is known color: Dark Violet. HEX triplet: A0, 08 and C6. RGB value is (160,8,198). Sum of RGB (Red+Green+Blue) = 160+8+198=366 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.72% from 366); Green value is 8 (3.52% from 255 or 2.19% from 366); Blue value is 198 (77.73% from 255 or 54.10% from 366); Max value from RGB is 198 - color contains mainly: blue. Hex color #A008C6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A008C6 is #5FF739. Grayscale: #4A4A4A. Windows color (decimal): -6289210 or 12978336. OLE color: 12978336.

HSL color Cylindrical-coordinate representation of color #A008C6: hue angle of 288º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A008C6 is Cyan = 0.19, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 160 8 198 -
CMYK 0.19 0.96 0 0.22
HSL 288º 0.92% 0.4% -
HSV(B) 288º 0.96% 0.78% -
XYZ 24.78 11.72 54.38 -
YUV 75.11 197.36 188.55 -
System Red Green Blue C M Y K H S L
Decimal 160 8 198 0.19 0.96 0 0.22 288 0.92 0.4
Hex A0 8 C6 13 60 0 16 120 5C 28
Octal 240 10 306 23 140 0 26 440 134 50
Binary 10100000 1000 11000110 10011 1100000 0 10110 100100000 1011100 101000

Color Harmonies of #A008C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A008C6

Black with #A008C6

Text Example


Text Example

White with #A008C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A008C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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