Html Css Color HEX #A008C9 Dark Violet

📋 copy color: '#A008C9'

red 160 ◦ green 8 ◦ blue 201

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

Shades of Dark Violet #A008C9

Tints of Dark Violet #A008C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 54.47%

R = 43.36%
G = 2.17%
B = 54.47%

CMYK

 C value IS 0.20

 M value IS 0.96

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A008C9 (or 0xA008C9) is known color: Dark Violet. HEX triplet: A0, 08 and C9. RGB value is (160,8,201). Sum of RGB (Red+Green+Blue) = 160+8+201=369 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.36% from 369); Green value is 8 (3.52% from 255 or 2.17% from 369); Blue value is 201 (78.91% from 255 or 54.47% from 369); Max value from RGB is 201 - color contains mainly: blue. Hex color #A008C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A008C9 is #5FF736. Grayscale: #4A4A4A. Windows color (decimal): -6289207 or 13174944. OLE color: 13174944.

HSL color Cylindrical-coordinate representation of color #A008C9: hue angle of 287.25º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A008C9 is Cyan = 0.20, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 160 8 201 -
CMYK 0.20 0.96 0 0.21
HSL 287.25º 0.92% 0.41% -
HSV(B) 287.25º 0.96% 0.79% -
XYZ 25.13 11.86 56.22 -
YUV 75.45 198.86 188.31 -
System Red Green Blue C M Y K H S L
Decimal 160 8 201 0.20 0.96 0 0.21 287.25 0.92 0.41
Hex A0 8 C9 14 60 0 15 11F 5C 29
Octal 240 10 311 24 140 0 25 437 134 51
Binary 10100000 1000 11001001 10100 1100000 0 10101 100011111 1011100 101001

Color Harmonies of #A008C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A008C9

Black with #A008C9

Text Example


Text Example

White with #A008C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A008C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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