Html Css Color HEX #A51669 Jazzberry Jam

📋 copy color: '#A51669'

red 165 ◦ green 22 ◦ blue 105

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

Shades of Jazzberry Jam #A51669

Tints of Jazzberry Jam #A51669

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.53%

 BLUE value IS 105 (41.41% from 255) = 35.96%

R = 56.51%
G = 7.53%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.36

 K value IS 0.35

RGB Variations

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

Color information

#A51669 (or 0xA51669) is known color: Jazzberry Jam. HEX triplet: A5, 16 and 69. RGB value is (165,22,105). Sum of RGB (Red+Green+Blue) = 165+22+105=292 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.51% from 292); Green value is 22 (8.98% from 255 or 7.53% from 292); Blue value is 105 (41.41% from 255 or 35.96% from 292); Max value from RGB is 165 - color contains mainly: red. Hex color #A51669 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A51669 is #5AE996. Grayscale: #4A4A4A. Windows color (decimal): -5958039 or 6887077. OLE color: 6887077.

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

Color convert

RGB 165 22 105 -
CMYK 0 0.87 0.36 0.35
HSL 325.17º 0.76% 0.37% -
HSV(B) 325.17º 0.87% 0.65% -
XYZ 18.35 9.59 14.25 -
YUV 74.22 145.38 192.75 -
System Red Green Blue C M Y K H S L
Decimal 165 22 105 0 0.87 0.36 0.35 325.17 0.76 0.37
Hex A5 16 69 0 57 24 23 145 4C 25
Octal 245 26 151 0 127 44 43 505 114 45
Binary 10100101 10110 1101001 0 1010111 100100 100011 101000101 1001100 100101

Color Harmonies of #A51669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51669

Black with #A51669

Text Example


Text Example

White with #A51669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51669; }

 p { color: rgb(165,22,105); }

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

background-color css

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

 a { background-color: rgb(165,22,105); }

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

border-color css

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

 span { border-color: rgb(165,22,105); }

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