Html Css Color HEX #A50259 Jazzberry Jam

📋 copy color: '#A50259'

red 165 ◦ green 2 ◦ blue 89

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

Shades of Jazzberry Jam #A50259

Tints of Jazzberry Jam #A50259

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 34.77%

R = 64.45%
G = 0.78%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.46

 K value IS 0.35

RGB Variations

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

Color information

#A50259 (or 0xA50259) is known color: Jazzberry Jam. HEX triplet: A5, 02 and 59. RGB value is (165,2,89). Sum of RGB (Red+Green+Blue) = 165+2+89=256 (33% of max value = 765). Red value is 165 (64.84% from 255 or 64.45% from 256); Green value is 2 (1.17% from 255 or 0.78% from 256); Blue value is 89 (35.16% from 255 or 34.77% from 256); Max value from RGB is 165 - color contains mainly: red. Hex color #A50259 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50259 is #5AFDA6. Grayscale: #3C3C3C. Windows color (decimal): -5963175 or 5833381. OLE color: 5833381.

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

Color convert

RGB 165 2 89 -
CMYK 0 0.99 0.46 0.35
HSL 327.98º 0.98% 0.33% -
HSV(B) 327.98º 0.99% 0.65% -
XYZ 17.34 8.76 10.23 -
YUV 60.66 144 202.43 -
System Red Green Blue C M Y K H S L
Decimal 165 2 89 0 0.99 0.46 0.35 327.98 0.98 0.33
Hex A5 2 59 0 63 2E 23 148 62 21
Octal 245 2 131 0 143 56 43 510 142 41
Binary 10100101 10 1011001 0 1100011 101110 100011 101001000 1100010 100001

Color Harmonies of #A50259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50259

Black with #A50259

Text Example


Text Example

White with #A50259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50259; }

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

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

background-color css

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

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

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

border-color css

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

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

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