Html Css Color HEX #A813C0 Dark Violet

📋 copy color: '#A813C0'

red 168 ◦ green 19 ◦ blue 192

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

Shades of Dark Violet #A813C0

Tints of Dark Violet #A813C0

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.01%

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

R = 44.33%
G = 5.01%
B = 50.66%

CMYK

 C value IS 0.12

 M value IS 0.90

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A813C0 (or 0xA813C0) is known color: Dark Violet. HEX triplet: A8, 13 and C0. RGB value is (168,19,192). Sum of RGB (Red+Green+Blue) = 168+19+192=379 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.33% from 379); Green value is 19 (7.81% from 255 or 5.01% from 379); Blue value is 192 (75.39% from 255 or 50.66% from 379); Max value from RGB is 192 - color contains mainly: blue. Hex color #A813C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A813C0 is #57EC3F. Grayscale: #525252. Windows color (decimal): -5762112 or 12587944. OLE color: 12587944.

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

Color convert

RGB 168 19 192 -
CMYK 0.12 0.90 0 0.25
HSL 291.68º 0.82% 0.41% -
HSV(B) 291.68º 0.9% 0.75% -
XYZ 25.9 12.6 50.94 -
YUV 83.27 189.36 188.43 -
System Red Green Blue C M Y K H S L
Decimal 168 19 192 0.12 0.90 0 0.25 291.68 0.82 0.41
Hex A8 13 C0 C 5A 0 19 124 52 29
Octal 250 23 300 14 132 0 31 444 122 51
Binary 10101000 10011 11000000 1100 1011010 0 11001 100100100 1010010 101001

Color Harmonies of #A813C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A813C0

Black with #A813C0

Text Example


Text Example

White with #A813C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A813C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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