Html Css Color HEX #A810C0 Dark Violet

📋 copy color: '#A810C0'

red 168 ◦ green 16 ◦ blue 192

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

Shades of Dark Violet #A810C0

Tints of Dark Violet #A810C0

RGB

 RED value IS 168 (66.02% from 255) = 44.68%

 GREEN value IS 16 (6.64% from 255) = 4.26%

 BLUE value IS 192 (75.39% from 255) = 51.06%

R = 44.68%
G = 4.26%
B = 51.06%

CMYK

 C value IS 0.12

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A810C0 (or 0xA810C0) is known color: Dark Violet. HEX triplet: A8, 10 and C0. RGB value is (168,16,192). Sum of RGB (Red+Green+Blue) = 168+16+192=376 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.68% from 376); Green value is 16 (6.64% from 255 or 4.26% from 376); Blue value is 192 (75.39% from 255 or 51.06% from 376); Max value from RGB is 192 - color contains mainly: blue. Hex color #A810C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A810C0 is #57EF3F. Grayscale: #505050. Windows color (decimal): -5762880 or 12587176. OLE color: 12587176.

HSL color Cylindrical-coordinate representation of color #A810C0: hue angle of 291.82º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A810C0 is Cyan = 0.12, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 168 16 192 -
CMYK 0.12 0.92 0 0.25
HSL 291.82º 0.85% 0.41% -
HSV(B) 291.82º 0.92% 0.75% -
XYZ 25.85 12.5 50.92 -
YUV 81.51 190.36 189.69 -
System Red Green Blue C M Y K H S L
Decimal 168 16 192 0.12 0.92 0 0.25 291.82 0.85 0.41
Hex A8 10 C0 C 5C 0 19 124 55 29
Octal 250 20 300 14 134 0 31 444 125 51
Binary 10101000 10000 11000000 1100 1011100 0 11001 100100100 1010101 101001

Color Harmonies of #A810C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A810C0

Black with #A810C0

Text Example


Text Example

White with #A810C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A810C0; }

 p { color: rgb(168,16,192); }

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

background-color css

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

 a { background-color: rgb(168,16,192); }

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

border-color css

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

 span { border-color: rgb(168,16,192); }

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