Html Css Color HEX #A5266F Jazzberry Jam

📋 copy color: '#A5266F'

red 165 ◦ green 38 ◦ blue 111

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

Shades of Jazzberry Jam #A5266F

Tints of Jazzberry Jam #A5266F

RGB

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

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

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

R = 52.55%
G = 12.1%
B = 35.35%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#A5266F (or 0xA5266F) is known color: Jazzberry Jam. HEX triplet: A5, 26 and 6F. RGB value is (165,38,111). Sum of RGB (Red+Green+Blue) = 165+38+111=314 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.55% from 314); Green value is 38 (15.23% from 255 or 12.10% from 314); Blue value is 111 (43.75% from 255 or 35.35% from 314); Max value from RGB is 165 - color contains mainly: red. Hex color #A5266F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5266F is #5AD990. Grayscale: #545454. Windows color (decimal): -5953937 or 7284389. OLE color: 7284389.

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

Color convert

RGB 165 38 111 -
CMYK 0 0.77 0.33 0.35
HSL 325.51º 0.63% 0.4% -
HSV(B) 325.51º 0.77% 0.65% -
XYZ 19.08 10.53 16.07 -
YUV 84.3 143.08 185.56 -
System Red Green Blue C M Y K H S L
Decimal 165 38 111 0 0.77 0.33 0.35 325.51 0.63 0.4
Hex A5 26 6F 0 4D 21 23 146 3F 28
Octal 245 46 157 0 115 41 43 506 77 50
Binary 10100101 100110 1101111 0 1001101 100001 100011 101000110 111111 101000

Color Harmonies of #A5266F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5266F

Black with #A5266F

Text Example


Text Example

White with #A5266F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5266F; }

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

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

background-color css

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

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

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

border-color css

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

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

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