Html Css Color HEX #A6175B Jazzberry Jam

📋 copy color: '#A6175B'

red 166 ◦ green 23 ◦ blue 91

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

Shades of Jazzberry Jam #A6175B

Tints of Jazzberry Jam #A6175B

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.21%

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

R = 59.29%
G = 8.21%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#A6175B (or 0xA6175B) is known color: Jazzberry Jam. HEX triplet: A6, 17 and 5B. RGB value is (166,23,91). Sum of RGB (Red+Green+Blue) = 166+23+91=280 (37% of max value = 765). Red value is 166 (65.23% from 255 or 59.29% from 280); Green value is 23 (9.38% from 255 or 8.21% from 280); Blue value is 91 (35.94% from 255 or 32.5% from 280); Max value from RGB is 166 - color contains mainly: red. Hex color #A6175B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6175B is #59E8A4. Grayscale: #494949. Windows color (decimal): -5892261 or 5969830. OLE color: 5969830.

HSL color Cylindrical-coordinate representation of color #A6175B: hue angle of 331.47º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A6175B is Cyan = 0, Magento = 0.86, Yellow = 0.45 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 23 91 -
CMYK 0 0.86 0.45 0.35
HSL 331.47º 0.76% 0.37% -
HSV(B) 331.47º 0.86% 0.65% -
XYZ 17.92 9.48 10.78 -
YUV 73.51 137.88 193.97 -
System Red Green Blue C M Y K H S L
Decimal 166 23 91 0 0.86 0.45 0.35 331.47 0.76 0.37
Hex A6 17 5B 0 56 2D 23 14B 4C 25
Octal 246 27 133 0 126 55 43 513 114 45
Binary 10100110 10111 1011011 0 1010110 101101 100011 101001011 1001100 100101

Color Harmonies of #A6175B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6175B

Black with #A6175B

Text Example


Text Example

White with #A6175B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6175B; }

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

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

background-color css

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

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

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

border-color css

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

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

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