Html Css Color HEX #A91472 Jazzberry Jam

📋 copy color: '#A91472'

red 169 ◦ green 20 ◦ blue 114

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

Shades of Jazzberry Jam #A91472

Tints of Jazzberry Jam #A91472

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.6%

 BLUE value IS 114 (44.92% from 255) = 37.62%

R = 55.78%
G = 6.6%
B = 37.62%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.33

 K value IS 0.34

RGB Variations

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

Color information

#A91472 (or 0xA91472) is known color: Jazzberry Jam. HEX triplet: A9, 14 and 72. RGB value is (169,20,114). Sum of RGB (Red+Green+Blue) = 169+20+114=303 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.78% from 303); Green value is 20 (8.20% from 255 or 6.60% from 303); Blue value is 114 (44.92% from 255 or 37.62% from 303); Max value from RGB is 169 - color contains mainly: red. Hex color #A91472 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A91472 is #56EB8D. Grayscale: #4B4B4B. Windows color (decimal): -5696398 or 7476393. OLE color: 7476393.

HSL color Cylindrical-coordinate representation of color #A91472: hue angle of 322.15º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A91472 is Cyan = 0, Magento = 0.88, Yellow = 0.33 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 20 114 -
CMYK 0 0.88 0.33 0.34
HSL 322.15º 0.79% 0.37% -
HSV(B) 322.15º 0.88% 0.66% -
XYZ 19.65 10.15 16.84 -
YUV 75.27 149.86 194.86 -
System Red Green Blue C M Y K H S L
Decimal 169 20 114 0 0.88 0.33 0.34 322.15 0.79 0.37
Hex A9 14 72 0 58 21 22 142 4F 25
Octal 251 24 162 0 130 41 42 502 117 45
Binary 10101001 10100 1110010 0 1011000 100001 100010 101000010 1001111 100101

Color Harmonies of #A91472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91472

Black with #A91472

Text Example


Text Example

White with #A91472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91472; }

 p { color: rgb(169,20,114); }

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

background-color css

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

 a { background-color: rgb(169,20,114); }

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

border-color css

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

 span { border-color: rgb(169,20,114); }

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