Html Css Color HEX #A6045B Jazzberry Jam

📋 copy color: '#A6045B'

red 166 ◦ green 4 ◦ blue 91

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

Shades of Jazzberry Jam #A6045B

Tints of Jazzberry Jam #A6045B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 34.87%

R = 63.6%
G = 1.53%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#A6045B (or 0xA6045B) is known color: Jazzberry Jam. HEX triplet: A6, 04 and 5B. RGB value is (166,4,91). Sum of RGB (Red+Green+Blue) = 166+4+91=261 (34% of max value = 765). Red value is 166 (65.23% from 255 or 63.60% from 261); Green value is 4 (1.95% from 255 or 1.53% from 261); Blue value is 91 (35.94% from 255 or 34.87% from 261); Max value from RGB is 166 - color contains mainly: red. Hex color #A6045B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6045B is #59FBA4. Grayscale: #3E3E3E. Windows color (decimal): -5897125 or 5964966. OLE color: 5964966.

HSL color Cylindrical-coordinate representation of color #A6045B: hue angle of 327.78º 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 #A6045B is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 4 91 -
CMYK 0 0.98 0.45 0.35
HSL 327.78º 0.95% 0.33% -
HSV(B) 327.78º 0.98% 0.65% -
XYZ 17.66 8.95 10.69 -
YUV 62.36 144.17 201.93 -
System Red Green Blue C M Y K H S L
Decimal 166 4 91 0 0.98 0.45 0.35 327.78 0.95 0.33
Hex A6 4 5B 0 62 2D 23 148 5F 21
Octal 246 4 133 0 142 55 43 510 137 41
Binary 10100110 100 1011011 0 1100010 101101 100011 101001000 1011111 100001

Color Harmonies of #A6045B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6045B

Black with #A6045B

Text Example


Text Example

White with #A6045B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6045B; }

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

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

background-color css

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

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

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

border-color css

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

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

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