Html Css Color HEX #A50461 Jazzberry Jam

📋 copy color: '#A50461'

red 165 ◦ green 4 ◦ blue 97

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

Shades of Jazzberry Jam #A50461

Tints of Jazzberry Jam #A50461

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.5%

 BLUE value IS 97 (38.28% from 255) = 36.47%

R = 62.03%
G = 1.5%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.41

 K value IS 0.35

RGB Variations

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

Color information

#A50461 (or 0xA50461) is known color: Jazzberry Jam. HEX triplet: A5, 04 and 61. RGB value is (165,4,97). Sum of RGB (Red+Green+Blue) = 165+4+97=266 (35% of max value = 765). Red value is 165 (64.84% from 255 or 62.03% from 266); Green value is 4 (1.95% from 255 or 1.50% from 266); Blue value is 97 (38.28% from 255 or 36.47% from 266); Max value from RGB is 165 - color contains mainly: red. Hex color #A50461 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50461 is #5AFB9E. Grayscale: #3E3E3E. Windows color (decimal): -5962655 or 6358181. OLE color: 6358181.

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

Color convert

RGB 165 4 97 -
CMYK 0 0.98 0.41 0.35
HSL 325.34º 0.95% 0.33% -
HSV(B) 325.34º 0.98% 0.65% -
XYZ 17.72 8.95 12.1 -
YUV 62.74 147.34 200.94 -
System Red Green Blue C M Y K H S L
Decimal 165 4 97 0 0.98 0.41 0.35 325.34 0.95 0.33
Hex A5 4 61 0 62 29 23 145 5F 21
Octal 245 4 141 0 142 51 43 505 137 41
Binary 10100101 100 1100001 0 1100010 101001 100011 101000101 1011111 100001

Color Harmonies of #A50461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50461

Black with #A50461

Text Example


Text Example

White with #A50461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50461; }

 p { color: rgb(165,4,97); }

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

background-color css

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

 a { background-color: rgb(165,4,97); }

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

border-color css

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

 span { border-color: rgb(165,4,97); }

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