Html Css Color HEX #A613BB Dark Violet

📋 copy color: '#A613BB'

red 166 ◦ green 19 ◦ blue 187

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

Shades of Dark Violet #A613BB

Tints of Dark Violet #A613BB

RGB

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

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

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

R = 44.62%
G = 5.11%
B = 50.27%

CMYK

 C value IS 0.11

 M value IS 0.90

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A613BB (or 0xA613BB) is known color: Dark Violet. HEX triplet: A6, 13 and BB. RGB value is (166,19,187). Sum of RGB (Red+Green+Blue) = 166+19+187=372 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.62% from 372); Green value is 19 (7.81% from 255 or 5.11% from 372); Blue value is 187 (73.44% from 255 or 50.27% from 372); Max value from RGB is 187 - color contains mainly: blue. Hex color #A613BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A613BB is #59EC44. Grayscale: #515151. Windows color (decimal): -5893189 or 12260262. OLE color: 12260262.

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

Color convert

RGB 166 19 187 -
CMYK 0.11 0.90 0 0.27
HSL 292.5º 0.82% 0.4% -
HSV(B) 292.5º 0.9% 0.73% -
XYZ 24.93 12.16 48.05 -
YUV 82.11 187.2 187.84 -
System Red Green Blue C M Y K H S L
Decimal 166 19 187 0.11 0.90 0 0.27 292.5 0.82 0.4
Hex A6 13 BB B 5A 0 1B 124 52 28
Octal 246 23 273 13 132 0 33 444 122 50
Binary 10100110 10011 10111011 1011 1011010 0 11011 100100100 1010010 101000

Color Harmonies of #A613BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A613BB

Black with #A613BB

Text Example


Text Example

White with #A613BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A613BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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