Html Css Color HEX #A008CD Dark Violet

📋 copy color: '#A008CD'

red 160 ◦ green 8 ◦ blue 205

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

Shades of Dark Violet #A008CD

Tints of Dark Violet #A008CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 54.96%

R = 42.9%
G = 2.14%
B = 54.96%

CMYK

 C value IS 0.22

 M value IS 0.96

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A008CD (or 0xA008CD) is known color: Dark Violet. HEX triplet: A0, 08 and CD. RGB value is (160,8,205). Sum of RGB (Red+Green+Blue) = 160+8+205=373 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.90% from 373); Green value is 8 (3.52% from 255 or 2.14% from 373); Blue value is 205 (80.47% from 255 or 54.96% from 373); Max value from RGB is 205 - color contains mainly: blue. Hex color #A008CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A008CD is #5FF732. Grayscale: #4B4B4B. Windows color (decimal): -6289203 or 13437088. OLE color: 13437088.

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

Color convert

RGB 160 8 205 -
CMYK 0.22 0.96 0 0.20
HSL 286.29º 0.92% 0.42% -
HSV(B) 286.29º 0.96% 0.8% -
XYZ 25.6 12.06 58.74 -
YUV 75.91 200.86 187.98 -
System Red Green Blue C M Y K H S L
Decimal 160 8 205 0.22 0.96 0 0.20 286.29 0.92 0.42
Hex A0 8 CD 16 60 0 14 11E 5C 2A
Octal 240 10 315 26 140 0 24 436 134 52
Binary 10100000 1000 11001101 10110 1100000 0 10100 100011110 1011100 101010

Color Harmonies of #A008CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A008CD

Black with #A008CD

Text Example


Text Example

White with #A008CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A008CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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