Html Css Color HEX #A5205D Jazzberry Jam

📋 copy color: '#A5205D'

red 165 ◦ green 32 ◦ blue 93

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

Shades of Jazzberry Jam #A5205D

Tints of Jazzberry Jam #A5205D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.03%

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

R = 56.9%
G = 11.03%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#A5205D (or 0xA5205D) is known color: Jazzberry Jam. HEX triplet: A5, 20 and 5D. RGB value is (165,32,93). Sum of RGB (Red+Green+Blue) = 165+32+93=290 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.90% from 290); Green value is 32 (12.89% from 255 or 11.03% from 290); Blue value is 93 (36.72% from 255 or 32.07% from 290); Max value from RGB is 165 - color contains mainly: red. Hex color #A5205D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5205D is #5ADFA2. Grayscale: #4E4E4E. Windows color (decimal): -5955491 or 6103205. OLE color: 6103205.

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

Color convert

RGB 165 32 93 -
CMYK 0 0.81 0.44 0.35
HSL 332.48º 0.68% 0.39% -
HSV(B) 332.48º 0.81% 0.65% -
XYZ 18.01 9.82 11.3 -
YUV 78.72 136.06 189.54 -
System Red Green Blue C M Y K H S L
Decimal 165 32 93 0 0.81 0.44 0.35 332.48 0.68 0.39
Hex A5 20 5D 0 51 2C 23 14C 44 27
Octal 245 40 135 0 121 54 43 514 104 47
Binary 10100101 100000 1011101 0 1010001 101100 100011 101001100 1000100 100111

Color Harmonies of #A5205D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5205D

Black with #A5205D

Text Example


Text Example

White with #A5205D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5205D; }

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

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

background-color css

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

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

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

border-color css

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

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

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