Html Css Color HEX #A813BC Dark Violet

📋 copy color: '#A813BC'

red 168 ◦ green 19 ◦ blue 188

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

Shades of Dark Violet #A813BC

Tints of Dark Violet #A813BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 50.13%

R = 44.8%
G = 5.07%
B = 50.13%

CMYK

 C value IS 0.11

 M value IS 0.90

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A813BC (or 0xA813BC) is known color: Dark Violet. HEX triplet: A8, 13 and BC. RGB value is (168,19,188). Sum of RGB (Red+Green+Blue) = 168+19+188=375 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.8% from 375); Green value is 19 (7.81% from 255 or 5.07% from 375); Blue value is 188 (73.83% from 255 or 50.13% from 375); Max value from RGB is 188 - color contains mainly: blue. Hex color #A813BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A813BC is #57EC43. Grayscale: #525252. Windows color (decimal): -5762116 or 12325800. OLE color: 12325800.

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

Color convert

RGB 168 19 188 -
CMYK 0.11 0.90 0 0.26
HSL 292.9º 0.82% 0.41% -
HSV(B) 292.9º 0.9% 0.74% -
XYZ 25.46 12.42 48.63 -
YUV 82.82 187.36 188.76 -
System Red Green Blue C M Y K H S L
Decimal 168 19 188 0.11 0.90 0 0.26 292.9 0.82 0.41
Hex A8 13 BC B 5A 0 1A 125 52 29
Octal 250 23 274 13 132 0 32 445 122 51
Binary 10101000 10011 10111100 1011 1011010 0 11010 100100101 1010010 101001

Color Harmonies of #A813BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A813BC

Black with #A813BC

Text Example


Text Example

White with #A813BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A813BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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