Html Css Color HEX #A50144 Jazzberry Jam

📋 copy color: '#A50144'

red 165 ◦ green 1 ◦ blue 68

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

Shades of Jazzberry Jam #A50144

Tints of Jazzberry Jam #A50144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 29.06%

R = 70.51%
G = 0.43%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.59

 K value IS 0.35

RGB Variations

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

Color information

#A50144 (or 0xA50144) is known color: Jazzberry Jam. HEX triplet: A5, 01 and 44. RGB value is (165,1,68). Sum of RGB (Red+Green+Blue) = 165+1+68=234 (30% of max value = 765). Red value is 165 (64.84% from 255 or 70.51% from 234); Green value is 1 (0.78% from 255 or 0.43% from 234); Blue value is 68 (26.95% from 255 or 29.06% from 234); Max value from RGB is 165 - color contains mainly: red. Hex color #A50144 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50144 is #5AFEBB. Grayscale: #393939. Windows color (decimal): -5963452 or 4456869. OLE color: 4456869.

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

Color convert

RGB 165 1 68 -
CMYK 0 0.99 0.59 0.35
HSL 335.49º 0.99% 0.33% -
HSV(B) 335.49º 0.99% 0.65% -
XYZ 16.57 8.44 6.22 -
YUV 57.67 133.83 204.55 -
System Red Green Blue C M Y K H S L
Decimal 165 1 68 0 0.99 0.59 0.35 335.49 0.99 0.33
Hex A5 1 44 0 63 3B 23 14F 63 21
Octal 245 1 104 0 143 73 43 517 143 41
Binary 10100101 1 1000100 0 1100011 111011 100011 101001111 1100011 100001

Color Harmonies of #A50144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50144

Black with #A50144

Text Example


Text Example

White with #A50144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50144; }

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

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

background-color css

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

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

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

border-color css

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

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

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