Html Css Color HEX #A50256 Jazzberry Jam

📋 copy color: '#A50256'

red 165 ◦ green 2 ◦ blue 86

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

Shades of Jazzberry Jam #A50256

Tints of Jazzberry Jam #A50256

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.79%

 BLUE value IS 86 (33.98% from 255) = 33.99%

R = 65.22%
G = 0.79%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.48

 K value IS 0.35

RGB Variations

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

Color information

#A50256 (or 0xA50256) is known color: Jazzberry Jam. HEX triplet: A5, 02 and 56. RGB value is (165,2,86). Sum of RGB (Red+Green+Blue) = 165+2+86=253 (33% of max value = 765). Red value is 165 (64.84% from 255 or 65.22% from 253); Green value is 2 (1.17% from 255 or 0.79% from 253); Blue value is 86 (33.98% from 255 or 33.99% from 253); Max value from RGB is 165 - color contains mainly: red. Hex color #A50256 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50256 is #5AFDA9. Grayscale: #3C3C3C. Windows color (decimal): -5963178 or 5636773. OLE color: 5636773.

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

Color convert

RGB 165 2 86 -
CMYK 0 0.99 0.48 0.35
HSL 329.08º 0.98% 0.33% -
HSV(B) 329.08º 0.99% 0.65% -
XYZ 17.22 8.71 9.58 -
YUV 60.31 142.5 202.67 -
System Red Green Blue C M Y K H S L
Decimal 165 2 86 0 0.99 0.48 0.35 329.08 0.98 0.33
Hex A5 2 56 0 63 30 23 149 62 21
Octal 245 2 126 0 143 60 43 511 142 41
Binary 10100101 10 1010110 0 1100011 110000 100011 101001001 1100010 100001

Color Harmonies of #A50256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50256

Black with #A50256

Text Example


Text Example

White with #A50256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50256; }

 p { color: rgb(165,2,86); }

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

background-color css

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

 a { background-color: rgb(165,2,86); }

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

border-color css

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

 span { border-color: rgb(165,2,86); }

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