Html Css Color HEX #A5095B Jazzberry Jam

📋 copy color: '#A5095B'

red 165 ◦ green 9 ◦ blue 91

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

Shades of Jazzberry Jam #A5095B

Tints of Jazzberry Jam #A5095B

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.4%

 BLUE value IS 91 (35.94% from 255) = 34.34%

R = 62.26%
G = 3.4%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#A5095B (or 0xA5095B) is known color: Jazzberry Jam. HEX triplet: A5, 09 and 5B. RGB value is (165,9,91). Sum of RGB (Red+Green+Blue) = 165+9+91=265 (35% of max value = 765). Red value is 165 (64.84% from 255 or 62.26% from 265); Green value is 9 (3.91% from 255 or 3.40% from 265); Blue value is 91 (35.94% from 255 or 34.34% from 265); Max value from RGB is 165 - color contains mainly: red. Hex color #A5095B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5095B is #5AF6A4. Grayscale: #404040. Windows color (decimal): -5961381 or 5966245. OLE color: 5966245.

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

Color convert

RGB 165 9 91 -
CMYK 0 0.95 0.45 0.35
HSL 328.46º 0.9% 0.34% -
HSV(B) 328.46º 0.95% 0.65% -
XYZ 17.5 8.95 10.7 -
YUV 64.99 142.68 199.33 -
System Red Green Blue C M Y K H S L
Decimal 165 9 91 0 0.95 0.45 0.35 328.46 0.9 0.34
Hex A5 9 5B 0 5F 2D 23 148 5A 22
Octal 245 11 133 0 137 55 43 510 132 42
Binary 10100101 1001 1011011 0 1011111 101101 100011 101001000 1011010 100010

Color Harmonies of #A5095B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5095B

Black with #A5095B

Text Example


Text Example

White with #A5095B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5095B; }

 p { color: rgb(165,9,91); }

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

background-color css

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

 a { background-color: rgb(165,9,91); }

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

border-color css

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

 span { border-color: rgb(165,9,91); }

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