Html Css Color HEX #A600CD Dark Violet

📋 copy color: '#A600CD'

red 166 ◦ green 0 ◦ blue 205

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

Shades of Dark Violet #A600CD

Tints of Dark Violet #A600CD

RGB

 RED value IS 166 (65.23% from 255) = 44.74%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 44.74%
G = 0%
B = 55.26%

CMYK

 C value IS 0.19

 M value IS 1

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A600CD (or 0xA600CD) is known color: Dark Violet. HEX triplet: A6, 00 and CD. RGB value is (166,0,205). Sum of RGB (Red+Green+Blue) = 166+0+205=371 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.74% from 371); Green value is 0 (0.39% from 255 or 0% from 371); Blue value is 205 (80.47% from 255 or 55.26% from 371); Max value from RGB is 205 - color contains mainly: blue. Hex color #A600CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A600CD is #59FF32. Grayscale: #484848. Windows color (decimal): -5898035 or 13435046. OLE color: 13435046.

HSL color Cylindrical-coordinate representation of color #A600CD: hue angle of 288.59º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A600CD is Cyan = 0.19, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 166 0 205 -
CMYK 0.19 1 0 0.20
HSL 288.59º 1% 0.4% -
HSV(B) 288.59º 1% 0.8% -
XYZ 26.75 12.51 58.76 -
YUV 73 202.5 194.33 -
System Red Green Blue C M Y K H S L
Decimal 166 0 205 0.19 1 0 0.20 288.59 1 0.4
Hex A6 0 CD 13 64 0 14 121 64 28
Octal 246 0 315 23 144 0 24 441 144 50
Binary 10100110 0 11001101 10011 1100100 0 10100 100100001 1100100 101000

Color Harmonies of #A600CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A600CD

Black with #A600CD

Text Example


Text Example

White with #A600CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A600CD; }

 p { color: rgb(166,0,205); }

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

background-color css

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

 a { background-color: rgb(166,0,205); }

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

border-color css

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

 span { border-color: rgb(166,0,205); }

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