Html Css Color HEX #A50552 Jazzberry Jam

📋 copy color: '#A50552'

red 165 ◦ green 5 ◦ blue 82

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

Shades of Jazzberry Jam #A50552

Tints of Jazzberry Jam #A50552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 32.54%

R = 65.48%
G = 1.98%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.50

 K value IS 0.35

RGB Variations

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

Color information

#A50552 (or 0xA50552) is known color: Jazzberry Jam. HEX triplet: A5, 05 and 52. RGB value is (165,5,82). Sum of RGB (Red+Green+Blue) = 165+5+82=252 (33% of max value = 765). Red value is 165 (64.84% from 255 or 65.48% from 252); Green value is 5 (2.34% from 255 or 1.98% from 252); Blue value is 82 (32.42% from 255 or 32.54% from 252); Max value from RGB is 165 - color contains mainly: red. Hex color #A50552 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50552 is #5AFAAD. Grayscale: #3D3D3D. Windows color (decimal): -5962414 or 5375397. OLE color: 5375397.

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

Color convert

RGB 165 5 82 -
CMYK 0 0.97 0.50 0.35
HSL 331.13º 0.94% 0.33% -
HSV(B) 331.13º 0.97% 0.65% -
XYZ 17.09 8.72 8.76 -
YUV 61.62 139.51 201.74 -
System Red Green Blue C M Y K H S L
Decimal 165 5 82 0 0.97 0.50 0.35 331.13 0.94 0.33
Hex A5 5 52 0 61 32 23 14B 5E 21
Octal 245 5 122 0 141 62 43 513 136 41
Binary 10100101 101 1010010 0 1100001 110010 100011 101001011 1011110 100001

Color Harmonies of #A50552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50552

Black with #A50552

Text Example


Text Example

White with #A50552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50552; }

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

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

background-color css

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

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

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

border-color css

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

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

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