Html Css Color HEX #A5266B Jazzberry Jam

📋 copy color: '#A5266B'

red 165 ◦ green 38 ◦ blue 107

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

Shades of Jazzberry Jam #A5266B

Tints of Jazzberry Jam #A5266B

RGB

 RED value IS 165 (64.84% from 255) = 53.23%

 GREEN value IS 38 (15.23% from 255) = 12.26%

 BLUE value IS 107 (42.19% from 255) = 34.52%

R = 53.23%
G = 12.26%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.35

 K value IS 0.35

RGB Variations

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

Color information

#A5266B (or 0xA5266B) is known color: Jazzberry Jam. HEX triplet: A5, 26 and 6B. RGB value is (165,38,107). Sum of RGB (Red+Green+Blue) = 165+38+107=310 (41% of max value = 765). Red value is 165 (64.84% from 255 or 53.23% from 310); Green value is 38 (15.23% from 255 or 12.26% from 310); Blue value is 107 (42.19% from 255 or 34.52% from 310); Max value from RGB is 165 - color contains mainly: red. Hex color #A5266B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5266B is #5AD994. Grayscale: #535353. Windows color (decimal): -5953941 or 7022245. OLE color: 7022245.

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

Color convert

RGB 165 38 107 -
CMYK 0 0.77 0.35 0.35
HSL 327.4º 0.63% 0.4% -
HSV(B) 327.4º 0.77% 0.65% -
XYZ 18.86 10.45 14.93 -
YUV 83.84 141.08 185.89 -
System Red Green Blue C M Y K H S L
Decimal 165 38 107 0 0.77 0.35 0.35 327.4 0.63 0.4
Hex A5 26 6B 0 4D 23 23 147 3F 28
Octal 245 46 153 0 115 43 43 507 77 50
Binary 10100101 100110 1101011 0 1001101 100011 100011 101000111 111111 101000

Color Harmonies of #A5266B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5266B

Black with #A5266B

Text Example


Text Example

White with #A5266B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5266B; }

 p { color: rgb(165,38,107); }

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

background-color css

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

 a { background-color: rgb(165,38,107); }

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

border-color css

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

 span { border-color: rgb(165,38,107); }

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