Html Css Color HEX #A51371 Jazzberry Jam

📋 copy color: '#A51371'

red 165 ◦ green 19 ◦ blue 113

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

Shades of Jazzberry Jam #A51371

Tints of Jazzberry Jam #A51371

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.4%

 BLUE value IS 113 (44.53% from 255) = 38.05%

R = 55.56%
G = 6.4%
B = 38.05%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#A51371 (or 0xA51371) is known color: Jazzberry Jam. HEX triplet: A5, 13 and 71. RGB value is (165,19,113). Sum of RGB (Red+Green+Blue) = 165+19+113=297 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.56% from 297); Green value is 19 (7.81% from 255 or 6.40% from 297); Blue value is 113 (44.53% from 255 or 38.05% from 297); Max value from RGB is 165 - color contains mainly: red. Hex color #A51371 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A51371 is #5AEC8E. Grayscale: #494949. Windows color (decimal): -5958799 or 7410597. OLE color: 7410597.

HSL color Cylindrical-coordinate representation of color #A51371: hue angle of 321.37º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A51371 is Cyan = 0, Magento = 0.88, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 19 113 -
CMYK 0 0.88 0.32 0.35
HSL 321.37º 0.79% 0.36% -
HSV(B) 321.37º 0.88% 0.65% -
XYZ 18.73 9.66 16.5 -
YUV 73.37 150.37 193.36 -
System Red Green Blue C M Y K H S L
Decimal 165 19 113 0 0.88 0.32 0.35 321.37 0.79 0.36
Hex A5 13 71 0 58 20 23 141 4F 24
Octal 245 23 161 0 130 40 43 501 117 44
Binary 10100101 10011 1110001 0 1011000 100000 100011 101000001 1001111 100100

Color Harmonies of #A51371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51371

Black with #A51371

Text Example


Text Example

White with #A51371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51371; }

 p { color: rgb(165,19,113); }

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

background-color css

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

 a { background-color: rgb(165,19,113); }

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

border-color css

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

 span { border-color: rgb(165,19,113); }

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