Html Css Color HEX #A5055D Jazzberry Jam

📋 copy color: '#A5055D'

red 165 ◦ green 5 ◦ blue 93

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

Shades of Jazzberry Jam #A5055D

Tints of Jazzberry Jam #A5055D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.9%

 BLUE value IS 93 (36.72% from 255) = 35.36%

R = 62.74%
G = 1.9%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#A5055D (or 0xA5055D) is known color: Jazzberry Jam. HEX triplet: A5, 05 and 5D. RGB value is (165,5,93). Sum of RGB (Red+Green+Blue) = 165+5+93=263 (34% of max value = 765). Red value is 165 (64.84% from 255 or 62.74% from 263); Green value is 5 (2.34% from 255 or 1.90% from 263); Blue value is 93 (36.72% from 255 or 35.36% from 263); Max value from RGB is 165 - color contains mainly: red. Hex color #A5055D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5055D is #5AFAA2. Grayscale: #3E3E3E. Windows color (decimal): -5962403 or 6096293. OLE color: 6096293.

HSL color Cylindrical-coordinate representation of color #A5055D: hue angle of 327º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A5055D is Cyan = 0, Magento = 0.97, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 5 93 -
CMYK 0 0.97 0.44 0.35
HSL 327º 0.94% 0.33% -
HSV(B) 327º 0.97% 0.65% -
XYZ 17.55 8.9 11.15 -
YUV 62.87 145.01 200.84 -
System Red Green Blue C M Y K H S L
Decimal 165 5 93 0 0.97 0.44 0.35 327 0.94 0.33
Hex A5 5 5D 0 61 2C 23 147 5E 21
Octal 245 5 135 0 141 54 43 507 136 41
Binary 10100101 101 1011101 0 1100001 101100 100011 101000111 1011110 100001

Color Harmonies of #A5055D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5055D

Black with #A5055D

Text Example


Text Example

White with #A5055D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5055D; }

 p { color: rgb(165,5,93); }

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

background-color css

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

 a { background-color: rgb(165,5,93); }

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

border-color css

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

 span { border-color: rgb(165,5,93); }

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