Html Css Color HEX #A50146 Jazzberry Jam

📋 copy color: '#A50146'

red 165 ◦ green 1 ◦ blue 70

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

Shades of Jazzberry Jam #A50146

Tints of Jazzberry Jam #A50146

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.42%

 BLUE value IS 70 (27.73% from 255) = 29.66%

R = 69.92%
G = 0.42%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#A50146 (or 0xA50146) is known color: Jazzberry Jam. HEX triplet: A5, 01 and 46. RGB value is (165,1,70). Sum of RGB (Red+Green+Blue) = 165+1+70=236 (31% of max value = 765). Red value is 165 (64.84% from 255 or 69.92% from 236); Green value is 1 (0.78% from 255 or 0.42% from 236); Blue value is 70 (27.73% from 255 or 29.66% from 236); Max value from RGB is 165 - color contains mainly: red. Hex color #A50146 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50146 is #5AFEB9. Grayscale: #393939. Windows color (decimal): -5963450 or 4587941. OLE color: 4587941.

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

Color convert

RGB 165 1 70 -
CMYK 0 0.99 0.58 0.35
HSL 334.76º 0.99% 0.33% -
HSV(B) 334.76º 0.99% 0.65% -
XYZ 16.63 8.46 6.55 -
YUV 57.9 134.83 204.39 -
System Red Green Blue C M Y K H S L
Decimal 165 1 70 0 0.99 0.58 0.35 334.76 0.99 0.33
Hex A5 1 46 0 63 3A 23 14F 63 21
Octal 245 1 106 0 143 72 43 517 143 41
Binary 10100101 1 1000110 0 1100011 111010 100011 101001111 1100011 100001

Color Harmonies of #A50146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50146

Black with #A50146

Text Example


Text Example

White with #A50146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50146; }

 p { color: rgb(165,1,70); }

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

background-color css

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

 a { background-color: rgb(165,1,70); }

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

border-color css

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

 span { border-color: rgb(165,1,70); }

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