Html Css Color HEX #A6246F Jazzberry Jam

📋 copy color: '#A6246F'

red 166 ◦ green 36 ◦ blue 111

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

Shades of Jazzberry Jam #A6246F

Tints of Jazzberry Jam #A6246F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.5%

 BLUE value IS 111 (43.75% from 255) = 35.46%

R = 53.04%
G = 11.5%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#A6246F (or 0xA6246F) is known color: Jazzberry Jam. HEX triplet: A6, 24 and 6F. RGB value is (166,36,111). Sum of RGB (Red+Green+Blue) = 166+36+111=313 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.04% from 313); Green value is 36 (14.45% from 255 or 11.50% from 313); Blue value is 111 (43.75% from 255 or 35.46% from 313); Max value from RGB is 166 - color contains mainly: red. Hex color #A6246F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6246F is #59DB90. Grayscale: #535353. Windows color (decimal): -5888913 or 7283878. OLE color: 7283878.

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

Color convert

RGB 166 36 111 -
CMYK 0 0.78 0.33 0.35
HSL 325.38º 0.64% 0.4% -
HSV(B) 325.38º 0.78% 0.65% -
XYZ 19.23 10.52 16.06 -
YUV 83.42 143.57 186.9 -
System Red Green Blue C M Y K H S L
Decimal 166 36 111 0 0.78 0.33 0.35 325.38 0.64 0.4
Hex A6 24 6F 0 4E 21 23 145 40 28
Octal 246 44 157 0 116 41 43 505 100 50
Binary 10100110 100100 1101111 0 1001110 100001 100011 101000101 1000000 101000

Color Harmonies of #A6246F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6246F

Black with #A6246F

Text Example


Text Example

White with #A6246F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6246F; }

 p { color: rgb(166,36,111); }

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

background-color css

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

 a { background-color: rgb(166,36,111); }

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

border-color css

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

 span { border-color: rgb(166,36,111); }

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