Html Css Color HEX #A814BE Dark Violet

📋 copy color: '#A814BE'

red 168 ◦ green 20 ◦ blue 190

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

Shades of Dark Violet #A814BE

Tints of Dark Violet #A814BE

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.29%

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

R = 44.44%
G = 5.29%
B = 50.26%

CMYK

 C value IS 0.12

 M value IS 0.89

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A814BE (or 0xA814BE) is known color: Dark Violet. HEX triplet: A8, 14 and BE. RGB value is (168,20,190). Sum of RGB (Red+Green+Blue) = 168+20+190=378 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.44% from 378); Green value is 20 (8.20% from 255 or 5.29% from 378); Blue value is 190 (74.61% from 255 or 50.26% from 378); Max value from RGB is 190 - color contains mainly: blue. Hex color #A814BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A814BE is #57EB41. Grayscale: #535353. Windows color (decimal): -5761858 or 12457128. OLE color: 12457128.

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

Color convert

RGB 168 20 190 -
CMYK 0.12 0.89 0 0.25
HSL 292.24º 0.81% 0.41% -
HSV(B) 292.24º 0.89% 0.75% -
XYZ 25.69 12.54 49.78 -
YUV 83.63 188.03 188.18 -
System Red Green Blue C M Y K H S L
Decimal 168 20 190 0.12 0.89 0 0.25 292.24 0.81 0.41
Hex A8 14 BE C 59 0 19 124 51 29
Octal 250 24 276 14 131 0 31 444 121 51
Binary 10101000 10100 10111110 1100 1011001 0 11001 100100100 1010001 101001

Color Harmonies of #A814BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A814BE

Black with #A814BE

Text Example


Text Example

White with #A814BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A814BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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