Html Css Color HEX #A614BB Dark Violet

📋 copy color: '#A614BB'

red 166 ◦ green 20 ◦ blue 187

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

Shades of Dark Violet #A614BB

Tints of Dark Violet #A614BB

RGB

 RED value IS 166 (65.23% from 255) = 44.5%

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

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

R = 44.5%
G = 5.36%
B = 50.13%

CMYK

 C value IS 0.11

 M value IS 0.89

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A614BB (or 0xA614BB) is known color: Dark Violet. HEX triplet: A6, 14 and BB. RGB value is (166,20,187). Sum of RGB (Red+Green+Blue) = 166+20+187=373 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.50% from 373); Green value is 20 (8.20% from 255 or 5.36% from 373); Blue value is 187 (73.44% from 255 or 50.13% from 373); Max value from RGB is 187 - color contains mainly: blue. Hex color #A614BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A614BB is #59EB44. Grayscale: #525252. Windows color (decimal): -5892933 or 12260518. OLE color: 12260518.

HSL color Cylindrical-coordinate representation of color #A614BB: hue angle of 292.46º 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 #A614BB is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 166 20 187 -
CMYK 0.11 0.89 0 0.27
HSL 292.46º 0.81% 0.41% -
HSV(B) 292.46º 0.89% 0.73% -
XYZ 24.95 12.2 48.05 -
YUV 82.69 186.87 187.42 -
System Red Green Blue C M Y K H S L
Decimal 166 20 187 0.11 0.89 0 0.27 292.46 0.81 0.41
Hex A6 14 BB B 59 0 1B 124 51 29
Octal 246 24 273 13 131 0 33 444 121 51
Binary 10100110 10100 10111011 1011 1011001 0 11011 100100100 1010001 101001

Color Harmonies of #A614BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A614BB

Black with #A614BB

Text Example


Text Example

White with #A614BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A614BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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