Html Css Color HEX #A600CB Dark Violet

📋 copy color: '#A600CB'

red 166 ◦ green 0 ◦ blue 203

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

Shades of Dark Violet #A600CB

Tints of Dark Violet #A600CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 55.01%

R = 44.99%
G = 0%
B = 55.01%

CMYK

 C value IS 0.18

 M value IS 1

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A600CB (or 0xA600CB) is known color: Dark Violet. HEX triplet: A6, 00 and CB. RGB value is (166,0,203). Sum of RGB (Red+Green+Blue) = 166+0+203=369 (48% of max value = 765). Red value is 166 (65.23% from 255 or 44.99% from 369); Green value is 0 (0.39% from 255 or 0% from 369); Blue value is 203 (79.69% from 255 or 55.01% from 369); Max value from RGB is 203 - color contains mainly: blue. Hex color #A600CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A600CB is #59FF34. Grayscale: #484848. Windows color (decimal): -5898037 or 13303974. OLE color: 13303974.

HSL color Cylindrical-coordinate representation of color #A600CB: hue angle of 289.06º 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 #A600CB is Cyan = 0.18, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 166 0 203 -
CMYK 0.18 1 0 0.20
HSL 289.06º 1% 0.4% -
HSV(B) 289.06º 1% 0.8% -
XYZ 26.51 12.42 57.5 -
YUV 72.78 201.5 194.49 -
System Red Green Blue C M Y K H S L
Decimal 166 0 203 0.18 1 0 0.20 289.06 1 0.4
Hex A6 0 CB 12 64 0 14 121 64 28
Octal 246 0 313 22 144 0 24 441 144 50
Binary 10100110 0 11001011 10010 1100100 0 10100 100100001 1100100 101000

Color Harmonies of #A600CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A600CB

Black with #A600CB

Text Example


Text Example

White with #A600CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A600CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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