Html Css Color HEX #A6236D Jazzberry Jam

📋 copy color: '#A6236D'

red 166 ◦ green 35 ◦ blue 109

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

Shades of Jazzberry Jam #A6236D

Tints of Jazzberry Jam #A6236D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.29%

 BLUE value IS 109 (42.97% from 255) = 35.16%

R = 53.55%
G = 11.29%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.34

 K value IS 0.35

RGB Variations

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

Color information

#A6236D (or 0xA6236D) is known color: Jazzberry Jam. HEX triplet: A6, 23 and 6D. RGB value is (166,35,109). Sum of RGB (Red+Green+Blue) = 166+35+109=310 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.55% from 310); Green value is 35 (14.06% from 255 or 11.29% from 310); Blue value is 109 (42.97% from 255 or 35.16% from 310); Max value from RGB is 166 - color contains mainly: red. Hex color #A6236D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6236D is #59DC92. Grayscale: #525252. Windows color (decimal): -5889171 or 7152550. OLE color: 7152550.

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

Color convert

RGB 166 35 109 -
CMYK 0 0.79 0.34 0.35
HSL 326.11º 0.65% 0.39% -
HSV(B) 326.11º 0.79% 0.65% -
XYZ 19.09 10.41 15.47 -
YUV 82.61 142.9 187.48 -
System Red Green Blue C M Y K H S L
Decimal 166 35 109 0 0.79 0.34 0.35 326.11 0.65 0.39
Hex A6 23 6D 0 4F 22 23 146 41 27
Octal 246 43 155 0 117 42 43 506 101 47
Binary 10100110 100011 1101101 0 1001111 100010 100011 101000110 1000001 100111

Color Harmonies of #A6236D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6236D

Black with #A6236D

Text Example


Text Example

White with #A6236D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6236D; }

 p { color: rgb(166,35,109); }

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

background-color css

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

 a { background-color: rgb(166,35,109); }

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

border-color css

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

 span { border-color: rgb(166,35,109); }

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