Html Css Color HEX #A006BA Dark Violet

📋 copy color: '#A006BA'

red 160 ◦ green 6 ◦ blue 186

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

Shades of Dark Violet #A006BA

Tints of Dark Violet #A006BA

RGB

 RED value IS 160 (62.89% from 255) = 45.45%

 GREEN value IS 6 (2.73% from 255) = 1.7%

 BLUE value IS 186 (73.05% from 255) = 52.84%

R = 45.45%
G = 1.7%
B = 52.84%

CMYK

 C value IS 0.14

 M value IS 0.97

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A006BA (or 0xA006BA) is known color: Dark Violet. HEX triplet: A0, 06 and BA. RGB value is (160,6,186). Sum of RGB (Red+Green+Blue) = 160+6+186=352 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.45% from 352); Green value is 6 (2.73% from 255 or 1.70% from 352); Blue value is 186 (73.05% from 255 or 52.84% from 352); Max value from RGB is 186 - color contains mainly: blue. Hex color #A006BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A006BA is #5FF945. Grayscale: #484848. Windows color (decimal): -6289734 or 12191392. OLE color: 12191392.

HSL color Cylindrical-coordinate representation of color #A006BA: hue angle of 291.33º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A006BA is Cyan = 0.14, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 160 6 186 -
CMYK 0.14 0.97 0 0.27
HSL 291.33º 0.94% 0.38% -
HSV(B) 291.33º 0.97% 0.73% -
XYZ 23.43 11.15 47.37 -
YUV 72.57 192.02 190.36 -
System Red Green Blue C M Y K H S L
Decimal 160 6 186 0.14 0.97 0 0.27 291.33 0.94 0.38
Hex A0 6 BA E 61 0 1B 123 5E 26
Octal 240 6 272 16 141 0 33 443 136 46
Binary 10100000 110 10111010 1110 1100001 0 11011 100100011 1011110 100110

Color Harmonies of #A006BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A006BA

Black with #A006BA

Text Example


Text Example

White with #A006BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A006BA; }

 p { color: rgb(160,6,186); }

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

background-color css

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

 a { background-color: rgb(160,6,186); }

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

border-color css

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

 span { border-color: rgb(160,6,186); }

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