Html Css Color HEX #A813BE Dark Violet

📋 copy color: '#A813BE'

red 168 ◦ green 19 ◦ blue 190

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

Shades of Dark Violet #A813BE

Tints of Dark Violet #A813BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 50.4%

R = 44.56%
G = 5.04%
B = 50.4%

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

#A813BE (or 0xA813BE) is known color: Dark Violet. HEX triplet: A8, 13 and BE. RGB value is (168,19,190). Sum of RGB (Red+Green+Blue) = 168+19+190=377 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.56% from 377); Green value is 19 (7.81% from 255 or 5.04% from 377); Blue value is 190 (74.61% from 255 or 50.40% from 377); Max value from RGB is 190 - color contains mainly: blue. Hex color #A813BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A813BE is #57EC41. Grayscale: #525252. Windows color (decimal): -5762114 or 12456872. OLE color: 12456872.

HSL color Cylindrical-coordinate representation of color #A813BE: hue angle of 292.28º 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 #A813BE is Cyan = 0.12, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 168 19 190 -
CMYK 0.12 0.90 0 0.25
HSL 292.28º 0.82% 0.41% -
HSV(B) 292.28º 0.9% 0.75% -
XYZ 25.68 12.51 49.78 -
YUV 83.05 188.36 188.6 -
System Red Green Blue C M Y K H S L
Decimal 168 19 190 0.12 0.90 0 0.25 292.28 0.82 0.41
Hex A8 13 BE C 5A 0 19 124 52 29
Octal 250 23 276 14 132 0 31 444 122 51
Binary 10101000 10011 10111110 1100 1011010 0 11001 100100100 1010010 101001

Color Harmonies of #A813BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A813BE

Black with #A813BE

Text Example


Text Example

White with #A813BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A813BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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