Html Css Color HEX #A6044C Jazzberry Jam

📋 copy color: '#A6044C'

red 166 ◦ green 4 ◦ blue 76

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

Shades of Jazzberry Jam #A6044C

Tints of Jazzberry Jam #A6044C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.63%

 BLUE value IS 76 (30.08% from 255) = 30.89%

R = 67.48%
G = 1.63%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.54

 K value IS 0.35

RGB Variations

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

Color information

#A6044C (or 0xA6044C) is known color: Jazzberry Jam. HEX triplet: A6, 04 and 4C. RGB value is (166,4,76). Sum of RGB (Red+Green+Blue) = 166+4+76=246 (32% of max value = 765). Red value is 166 (65.23% from 255 or 67.48% from 246); Green value is 4 (1.95% from 255 or 1.63% from 246); Blue value is 76 (30.08% from 255 or 30.89% from 246); Max value from RGB is 166 - color contains mainly: red. Hex color #A6044C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6044C is #59FBB3. Grayscale: #3C3C3C. Windows color (decimal): -5897140 or 4981926. OLE color: 4981926.

HSL color Cylindrical-coordinate representation of color #A6044C: hue angle of 333.33º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A6044C is Cyan = 0, Magento = 0.98, Yellow = 0.54 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 4 76 -
CMYK 0 0.98 0.54 0.35
HSL 333.33º 0.95% 0.33% -
HSV(B) 333.33º 0.98% 0.65% -
XYZ 17.07 8.72 7.62 -
YUV 60.65 136.67 203.15 -
System Red Green Blue C M Y K H S L
Decimal 166 4 76 0 0.98 0.54 0.35 333.33 0.95 0.33
Hex A6 4 4C 0 62 36 23 14D 5F 21
Octal 246 4 114 0 142 66 43 515 137 41
Binary 10100110 100 1001100 0 1100010 110110 100011 101001101 1011111 100001

Color Harmonies of #A6044C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6044C

Black with #A6044C

Text Example


Text Example

White with #A6044C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6044C; }

 p { color: rgb(166,4,76); }

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

background-color css

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

 a { background-color: rgb(166,4,76); }

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

border-color css

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

 span { border-color: rgb(166,4,76); }

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