Html Css Color HEX #A50260 Jazzberry Jam

📋 copy color: '#A50260'

red 165 ◦ green 2 ◦ blue 96

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

Shades of Jazzberry Jam #A50260

Tints of Jazzberry Jam #A50260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 36.5%

R = 62.74%
G = 0.76%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#A50260 (or 0xA50260) is known color: Jazzberry Jam. HEX triplet: A5, 02 and 60. RGB value is (165,2,96). Sum of RGB (Red+Green+Blue) = 165+2+96=263 (34% of max value = 765). Red value is 165 (64.84% from 255 or 62.74% from 263); Green value is 2 (1.17% from 255 or 0.76% from 263); Blue value is 96 (37.89% from 255 or 36.50% from 263); Max value from RGB is 165 - color contains mainly: red. Hex color #A50260 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50260 is #5AFD9F. Grayscale: #3D3D3D. Windows color (decimal): -5963168 or 6292133. OLE color: 6292133.

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

Color convert

RGB 165 2 96 -
CMYK 0 0.99 0.42 0.35
HSL 325.4º 0.98% 0.33% -
HSV(B) 325.4º 0.99% 0.65% -
XYZ 17.65 8.89 11.85 -
YUV 61.45 147.5 201.86 -
System Red Green Blue C M Y K H S L
Decimal 165 2 96 0 0.99 0.42 0.35 325.4 0.98 0.33
Hex A5 2 60 0 63 2A 23 145 62 21
Octal 245 2 140 0 143 52 43 505 142 41
Binary 10100101 10 1100000 0 1100011 101010 100011 101000101 1100010 100001

Color Harmonies of #A50260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50260

Black with #A50260

Text Example


Text Example

White with #A50260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50260; }

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

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

background-color css

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

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

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

border-color css

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

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

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