Html Css Color HEX #A50643 Jazzberry Jam

📋 copy color: '#A50643'

red 165 ◦ green 6 ◦ blue 67

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

Shades of Jazzberry Jam #A50643

Tints of Jazzberry Jam #A50643

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.52%

 BLUE value IS 67 (26.56% from 255) = 28.15%

R = 69.33%
G = 2.52%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.59

 K value IS 0.35

RGB Variations

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

Color information

#A50643 (or 0xA50643) is known color: Jazzberry Jam. HEX triplet: A5, 06 and 43. RGB value is (165,6,67). Sum of RGB (Red+Green+Blue) = 165+6+67=238 (31% of max value = 765). Red value is 165 (64.84% from 255 or 69.33% from 238); Green value is 6 (2.73% from 255 or 2.52% from 238); Blue value is 67 (26.56% from 255 or 28.15% from 238); Max value from RGB is 165 - color contains mainly: red. Hex color #A50643 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50643 is #5AF9BC. Grayscale: #3C3C3C. Windows color (decimal): -5962173 or 4392613. OLE color: 4392613.

HSL color Cylindrical-coordinate representation of color #A50643: hue angle of 336.98º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A50643 is Cyan = 0, Magento = 0.96, Yellow = 0.59 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 6 67 -
CMYK 0 0.96 0.59 0.35
HSL 336.98º 0.93% 0.34% -
HSV(B) 336.98º 0.96% 0.65% -
XYZ 16.6 8.53 6.08 -
YUV 60.5 131.68 202.54 -
System Red Green Blue C M Y K H S L
Decimal 165 6 67 0 0.96 0.59 0.35 336.98 0.93 0.34
Hex A5 6 43 0 60 3B 23 151 5D 22
Octal 245 6 103 0 140 73 43 521 135 42
Binary 10100101 110 1000011 0 1100000 111011 100011 101010001 1011101 100010

Color Harmonies of #A50643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50643

Black with #A50643

Text Example


Text Example

White with #A50643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50643; }

 p { color: rgb(165,6,67); }

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

background-color css

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

 a { background-color: rgb(165,6,67); }

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

border-color css

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

 span { border-color: rgb(165,6,67); }

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