Html Css Color HEX #A5266A Jazzberry Jam

📋 copy color: '#A5266A'

red 165 ◦ green 38 ◦ blue 106

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

Shades of Jazzberry Jam #A5266A

Tints of Jazzberry Jam #A5266A

RGB

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

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

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

R = 53.4%
G = 12.3%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.36

 K value IS 0.35

RGB Variations

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

Color information

#A5266A (or 0xA5266A) is known color: Jazzberry Jam. HEX triplet: A5, 26 and 6A. RGB value is (165,38,106). Sum of RGB (Red+Green+Blue) = 165+38+106=309 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.40% from 309); Green value is 38 (15.23% from 255 or 12.30% from 309); Blue value is 106 (41.80% from 255 or 34.30% from 309); Max value from RGB is 165 - color contains mainly: red. Hex color #A5266A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5266A is #5AD995. Grayscale: #535353. Windows color (decimal): -5953942 or 6956709. OLE color: 6956709.

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

Color convert

RGB 165 38 106 -
CMYK 0 0.77 0.36 0.35
HSL 327.87º 0.63% 0.4% -
HSV(B) 327.87º 0.77% 0.65% -
XYZ 18.81 10.43 14.66 -
YUV 83.73 140.58 185.97 -
System Red Green Blue C M Y K H S L
Decimal 165 38 106 0 0.77 0.36 0.35 327.87 0.63 0.4
Hex A5 26 6A 0 4D 24 23 148 3F 28
Octal 245 46 152 0 115 44 43 510 77 50
Binary 10100101 100110 1101010 0 1001101 100100 100011 101001000 111111 101000

Color Harmonies of #A5266A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5266A

Black with #A5266A

Text Example


Text Example

White with #A5266A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5266A; }

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

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

background-color css

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

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

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

border-color css

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

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

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