Html Css Color HEX #A814BB Dark Violet

📋 copy color: '#A814BB'

red 168 ◦ green 20 ◦ blue 187

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

Shades of Dark Violet #A814BB

Tints of Dark Violet #A814BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 49.87%

R = 44.8%
G = 5.33%
B = 49.87%

CMYK

 C value IS 0.10

 M value IS 0.89

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A814BB (or 0xA814BB) is known color: Dark Violet. HEX triplet: A8, 14 and BB. RGB value is (168,20,187). Sum of RGB (Red+Green+Blue) = 168+20+187=375 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.8% from 375); Green value is 20 (8.20% from 255 or 5.33% from 375); Blue value is 187 (73.44% from 255 or 49.87% from 375); Max value from RGB is 187 - color contains mainly: blue. Hex color #A814BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A814BB is #57EB44. Grayscale: #525252. Windows color (decimal): -5761861 or 12260520. OLE color: 12260520.

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

Color convert

RGB 168 20 187 -
CMYK 0.10 0.89 0 0.27
HSL 293.17º 0.81% 0.41% -
HSV(B) 293.17º 0.89% 0.73% -
XYZ 25.37 12.41 48.07 -
YUV 83.29 186.53 188.42 -
System Red Green Blue C M Y K H S L
Decimal 168 20 187 0.10 0.89 0 0.27 293.17 0.81 0.41
Hex A8 14 BB A 59 0 1B 125 51 29
Octal 250 24 273 12 131 0 33 445 121 51
Binary 10101000 10100 10111011 1010 1011001 0 11011 100100101 1010001 101001

Color Harmonies of #A814BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A814BB

Black with #A814BB

Text Example


Text Example

White with #A814BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A814BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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