Html Css Color HEX #A6054C Jazzberry Jam

📋 copy color: '#A6054C'

red 166 ◦ green 5 ◦ blue 76

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

Shades of Jazzberry Jam #A6054C

Tints of Jazzberry Jam #A6054C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.02%

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

R = 67.21%
G = 2.02%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.54

 K value IS 0.35

RGB Variations

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

Color information

#A6054C (or 0xA6054C) is known color: Jazzberry Jam. HEX triplet: A6, 05 and 4C. RGB value is (166,5,76). Sum of RGB (Red+Green+Blue) = 166+5+76=247 (32% of max value = 765). Red value is 166 (65.23% from 255 or 67.21% from 247); Green value is 5 (2.34% from 255 or 2.02% from 247); Blue value is 76 (30.08% from 255 or 30.77% from 247); Max value from RGB is 166 - color contains mainly: red. Hex color #A6054C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6054C is #59FAB3. Grayscale: #3D3D3D. Windows color (decimal): -5896884 or 4982182. OLE color: 4982182.

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

Color convert

RGB 166 5 76 -
CMYK 0 0.97 0.54 0.35
HSL 333.54º 0.94% 0.34% -
HSV(B) 333.54º 0.97% 0.65% -
XYZ 17.08 8.74 7.62 -
YUV 61.23 136.34 202.73 -
System Red Green Blue C M Y K H S L
Decimal 166 5 76 0 0.97 0.54 0.35 333.54 0.94 0.34
Hex A6 5 4C 0 61 36 23 14E 5E 22
Octal 246 5 114 0 141 66 43 516 136 42
Binary 10100110 101 1001100 0 1100001 110110 100011 101001110 1011110 100010

Color Harmonies of #A6054C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6054C

Black with #A6054C

Text Example


Text Example

White with #A6054C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6054C; }

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

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

background-color css

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

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

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

border-color css

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

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

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