Html Css Color HEX #A006BC Dark Violet

📋 copy color: '#A006BC'

red 160 ◦ green 6 ◦ blue 188

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

Shades of Dark Violet #A006BC

Tints of Dark Violet #A006BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 53.11%

R = 45.2%
G = 1.69%
B = 53.11%

CMYK

 C value IS 0.15

 M value IS 0.97

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A006BC (or 0xA006BC) is known color: Dark Violet. HEX triplet: A0, 06 and BC. RGB value is (160,6,188). Sum of RGB (Red+Green+Blue) = 160+6+188=354 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.20% from 354); Green value is 6 (2.73% from 255 or 1.69% from 354); Blue value is 188 (73.83% from 255 or 53.11% from 354); Max value from RGB is 188 - color contains mainly: blue. Hex color #A006BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A006BC is #5FF943. Grayscale: #484848. Windows color (decimal): -6289732 or 12322464. OLE color: 12322464.

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

Color convert

RGB 160 6 188 -
CMYK 0.15 0.97 0 0.26
HSL 290.77º 0.94% 0.38% -
HSV(B) 290.77º 0.97% 0.74% -
XYZ 23.64 11.23 48.5 -
YUV 72.79 193.02 190.2 -
System Red Green Blue C M Y K H S L
Decimal 160 6 188 0.15 0.97 0 0.26 290.77 0.94 0.38
Hex A0 6 BC F 61 0 1A 123 5E 26
Octal 240 6 274 17 141 0 32 443 136 46
Binary 10100000 110 10111100 1111 1100001 0 11010 100100011 1011110 100110

Color Harmonies of #A006BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A006BC

Black with #A006BC

Text Example


Text Example

White with #A006BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A006BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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