Html Css Color HEX #A91065 Jazzberry Jam

📋 copy color: '#A91065'

red 169 ◦ green 16 ◦ blue 101

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

Shades of Jazzberry Jam #A91065

Tints of Jazzberry Jam #A91065

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.59%

 BLUE value IS 101 (39.84% from 255) = 35.31%

R = 59.09%
G = 5.59%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.40

 K value IS 0.34

RGB Variations

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

Color information

#A91065 (or 0xA91065) is known color: Jazzberry Jam. HEX triplet: A9, 10 and 65. RGB value is (169,16,101). Sum of RGB (Red+Green+Blue) = 169+16+101=286 (37% of max value = 765). Red value is 169 (66.41% from 255 or 59.09% from 286); Green value is 16 (6.64% from 255 or 5.59% from 286); Blue value is 101 (39.84% from 255 or 35.31% from 286); Max value from RGB is 169 - color contains mainly: red. Hex color #A91065 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A91065 is #56EF9A. Grayscale: #474747. Windows color (decimal): -5697435 or 6623401. OLE color: 6623401.

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

Color convert

RGB 169 16 101 -
CMYK 0 0.91 0.40 0.34
HSL 326.67º 0.83% 0.36% -
HSV(B) 326.67º 0.91% 0.66% -
XYZ 18.9 9.75 13.2 -
YUV 71.44 144.69 197.59 -
System Red Green Blue C M Y K H S L
Decimal 169 16 101 0 0.91 0.40 0.34 326.67 0.83 0.36
Hex A9 10 65 0 5B 28 22 147 53 24
Octal 251 20 145 0 133 50 42 507 123 44
Binary 10101001 10000 1100101 0 1011011 101000 100010 101000111 1010011 100100

Color Harmonies of #A91065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91065

Black with #A91065

Text Example


Text Example

White with #A91065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91065; }

 p { color: rgb(169,16,101); }

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

background-color css

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

 a { background-color: rgb(169,16,101); }

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

border-color css

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

 span { border-color: rgb(169,16,101); }

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