Html Css Color HEX #A81565 Jazzberry Jam

📋 copy color: '#A81565'

red 168 ◦ green 21 ◦ blue 101

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

Shades of Jazzberry Jam #A81565

Tints of Jazzberry Jam #A81565

RGB

 RED value IS 168 (66.02% from 255) = 57.93%

 GREEN value IS 21 (8.59% from 255) = 7.24%

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

R = 57.93%
G = 7.24%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.40

 K value IS 0.34

RGB Variations

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

Color information

#A81565 (or 0xA81565) is known color: Jazzberry Jam. HEX triplet: A8, 15 and 65. RGB value is (168,21,101). Sum of RGB (Red+Green+Blue) = 168+21+101=290 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.93% from 290); Green value is 21 (8.59% from 255 or 7.24% from 290); Blue value is 101 (39.84% from 255 or 34.83% from 290); Max value from RGB is 168 - color contains mainly: red. Hex color #A81565 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A81565 is #57EA9A. Grayscale: #494949. Windows color (decimal): -5761691 or 6624680. OLE color: 6624680.

HSL color Cylindrical-coordinate representation of color #A81565: hue angle of 327.35º degrees, saturation: 0.78, 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 #A81565 is Cyan = 0, Magento = 0.88, Yellow = 0.40 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 21 101 -
CMYK 0 0.88 0.40 0.34
HSL 327.35º 0.78% 0.37% -
HSV(B) 327.35º 0.88% 0.66% -
XYZ 18.77 9.8 13.21 -
YUV 74.07 143.2 195 -
System Red Green Blue C M Y K H S L
Decimal 168 21 101 0 0.88 0.40 0.34 327.35 0.78 0.37
Hex A8 15 65 0 58 28 22 147 4E 25
Octal 250 25 145 0 130 50 42 507 116 45
Binary 10101000 10101 1100101 0 1011000 101000 100010 101000111 1001110 100101

Color Harmonies of #A81565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81565

Black with #A81565

Text Example


Text Example

White with #A81565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81565; }

 p { color: rgb(168,21,101); }

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

background-color css

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

 a { background-color: rgb(168,21,101); }

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

border-color css

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

 span { border-color: rgb(168,21,101); }

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