Html Css Color HEX #A91C60 Jazzberry Jam

📋 copy color: '#A91C60'

red 169 ◦ green 28 ◦ blue 96

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

Shades of Jazzberry Jam #A91C60

Tints of Jazzberry Jam #A91C60

RGB

 RED value IS 169 (66.41% from 255) = 57.68%

 GREEN value IS 28 (11.33% from 255) = 9.56%

 BLUE value IS 96 (37.89% from 255) = 32.76%

R = 57.68%
G = 9.56%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.43

 K value IS 0.34

RGB Variations

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

Color information

#A91C60 (or 0xA91C60) is known color: Jazzberry Jam. HEX triplet: A9, 1C and 60. RGB value is (169,28,96). Sum of RGB (Red+Green+Blue) = 169+28+96=293 (38% of max value = 765). Red value is 169 (66.41% from 255 or 57.68% from 293); Green value is 28 (11.33% from 255 or 9.56% from 293); Blue value is 96 (37.89% from 255 or 32.76% from 293); Max value from RGB is 169 - color contains mainly: red. Hex color #A91C60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A91C60 is #56E39F. Grayscale: #4D4D4D. Windows color (decimal): -5694368 or 6298793. OLE color: 6298793.

HSL color Cylindrical-coordinate representation of color #A91C60: hue angle of 331.06º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A91C60 is Cyan = 0, Magento = 0.83, Yellow = 0.43 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 28 96 -
CMYK 0 0.83 0.43 0.34
HSL 331.06º 0.72% 0.39% -
HSV(B) 331.06º 0.83% 0.66% -
XYZ 18.89 10.11 12.02 -
YUV 77.91 138.21 192.97 -
System Red Green Blue C M Y K H S L
Decimal 169 28 96 0 0.83 0.43 0.34 331.06 0.72 0.39
Hex A9 1C 60 0 53 2B 22 14B 48 27
Octal 251 34 140 0 123 53 42 513 110 47
Binary 10101001 11100 1100000 0 1010011 101011 100010 101001011 1001000 100111

Color Harmonies of #A91C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91C60

Black with #A91C60

Text Example


Text Example

White with #A91C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91C60; }

 p { color: rgb(169,28,96); }

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

background-color css

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

 a { background-color: rgb(169,28,96); }

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

border-color css

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

 span { border-color: rgb(169,28,96); }

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