Html Css Color HEX #A6076A Jazzberry Jam

📋 copy color: '#A6076A'

red 166 ◦ green 7 ◦ blue 106

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

Shades of Jazzberry Jam #A6076A

Tints of Jazzberry Jam #A6076A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.51%

 BLUE value IS 106 (41.8% from 255) = 37.99%

R = 59.5%
G = 2.51%
B = 37.99%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.36

 K value IS 0.35

RGB Variations

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

Color information

#A6076A (or 0xA6076A) is known color: Jazzberry Jam. HEX triplet: A6, 07 and 6A. RGB value is (166,7,106). Sum of RGB (Red+Green+Blue) = 166+7+106=279 (36% of max value = 765). Red value is 166 (65.23% from 255 or 59.50% from 279); Green value is 7 (3.12% from 255 or 2.51% from 279); Blue value is 106 (41.80% from 255 or 37.99% from 279); Max value from RGB is 166 - color contains mainly: red. Hex color #A6076A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6076A is #59F895. Grayscale: #414141. Windows color (decimal): -5896342 or 6948774. OLE color: 6948774.

HSL color Cylindrical-coordinate representation of color #A6076A: hue angle of 322.64º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A6076A is Cyan = 0, Magento = 0.96, Yellow = 0.36 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 7 106 -
CMYK 0 0.96 0.36 0.35
HSL 322.64º 0.92% 0.34% -
HSV(B) 322.64º 0.96% 0.65% -
XYZ 18.4 9.3 14.46 -
YUV 65.83 150.68 199.45 -
System Red Green Blue C M Y K H S L
Decimal 166 7 106 0 0.96 0.36 0.35 322.64 0.92 0.34
Hex A6 7 6A 0 60 24 23 143 5C 22
Octal 246 7 152 0 140 44 43 503 134 42
Binary 10100110 111 1101010 0 1100000 100100 100011 101000011 1011100 100010

Color Harmonies of #A6076A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6076A

Black with #A6076A

Text Example


Text Example

White with #A6076A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6076A; }

 p { color: rgb(166,7,106); }

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

background-color css

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

 a { background-color: rgb(166,7,106); }

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

border-color css

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

 span { border-color: rgb(166,7,106); }

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