Html Css Color HEX #A6246A Jazzberry Jam

📋 copy color: '#A6246A'

red 166 ◦ green 36 ◦ blue 106

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

Shades of Jazzberry Jam #A6246A

Tints of Jazzberry Jam #A6246A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 34.42%

R = 53.9%
G = 11.69%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.36

 K value IS 0.35

RGB Variations

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

Color information

#A6246A (or 0xA6246A) is known color: Jazzberry Jam. HEX triplet: A6, 24 and 6A. RGB value is (166,36,106). Sum of RGB (Red+Green+Blue) = 166+36+106=308 (40% of max value = 765). Red value is 166 (65.23% from 255 or 53.90% from 308); Green value is 36 (14.45% from 255 or 11.69% from 308); Blue value is 106 (41.80% from 255 or 34.42% from 308); Max value from RGB is 166 - color contains mainly: red. Hex color #A6246A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6246A is #59DB95. Grayscale: #525252. Windows color (decimal): -5888918 or 6956198. OLE color: 6956198.

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

Color convert

RGB 166 36 106 -
CMYK 0 0.78 0.36 0.35
HSL 327.69º 0.64% 0.4% -
HSV(B) 327.69º 0.78% 0.65% -
XYZ 18.96 10.41 14.65 -
YUV 82.85 141.07 187.31 -
System Red Green Blue C M Y K H S L
Decimal 166 36 106 0 0.78 0.36 0.35 327.69 0.64 0.4
Hex A6 24 6A 0 4E 24 23 148 40 28
Octal 246 44 152 0 116 44 43 510 100 50
Binary 10100110 100100 1101010 0 1001110 100100 100011 101001000 1000000 101000

Color Harmonies of #A6246A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6246A

Black with #A6246A

Text Example


Text Example

White with #A6246A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6246A; }

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

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

background-color css

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

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

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

border-color css

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

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

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