Html Css Color HEX #A91C6C Jazzberry Jam

📋 copy color: '#A91C6C'

red 169 ◦ green 28 ◦ blue 108

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

Shades of Jazzberry Jam #A91C6C

Tints of Jazzberry Jam #A91C6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 35.41%

R = 55.41%
G = 9.18%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.36

 K value IS 0.34

RGB Variations

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

Color information

#A91C6C (or 0xA91C6C) is known color: Jazzberry Jam. HEX triplet: A9, 1C and 6C. RGB value is (169,28,108). Sum of RGB (Red+Green+Blue) = 169+28+108=305 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.41% from 305); Green value is 28 (11.33% from 255 or 9.18% from 305); Blue value is 108 (42.58% from 255 or 35.41% from 305); Max value from RGB is 169 - color contains mainly: red. Hex color #A91C6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A91C6C is #56E393. Grayscale: #4F4F4F. Windows color (decimal): -5694356 or 7085225. OLE color: 7085225.

HSL color Cylindrical-coordinate representation of color #A91C6C: hue angle of 325.96º 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 #A91C6C is Cyan = 0, Magento = 0.83, Yellow = 0.36 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 28 108 -
CMYK 0 0.83 0.36 0.34
HSL 325.96º 0.72% 0.39% -
HSV(B) 325.96º 0.83% 0.66% -
XYZ 19.48 10.35 15.16 -
YUV 79.28 144.21 192 -
System Red Green Blue C M Y K H S L
Decimal 169 28 108 0 0.83 0.36 0.34 325.96 0.72 0.39
Hex A9 1C 6C 0 53 24 22 146 48 27
Octal 251 34 154 0 123 44 42 506 110 47
Binary 10101001 11100 1101100 0 1010011 100100 100010 101000110 1001000 100111

Color Harmonies of #A91C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91C6C

Black with #A91C6C

Text Example


Text Example

White with #A91C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91C6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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