Html Css Color HEX #A5195C Jazzberry Jam

📋 copy color: '#A5195C'

red 165 ◦ green 25 ◦ blue 92

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

Shades of Jazzberry Jam #A5195C

Tints of Jazzberry Jam #A5195C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.87%

 BLUE value IS 92 (36.33% from 255) = 32.62%

R = 58.51%
G = 8.87%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#A5195C (or 0xA5195C) is known color: Jazzberry Jam. HEX triplet: A5, 19 and 5C. RGB value is (165,25,92). Sum of RGB (Red+Green+Blue) = 165+25+92=282 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.51% from 282); Green value is 25 (10.16% from 255 or 8.87% from 282); Blue value is 92 (36.33% from 255 or 32.62% from 282); Max value from RGB is 165 - color contains mainly: red. Hex color #A5195C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5195C is #5AE6A3. Grayscale: #4A4A4A. Windows color (decimal): -5957284 or 6035877. OLE color: 6035877.

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

Color convert

RGB 165 25 92 -
CMYK 0 0.85 0.44 0.35
HSL 331.29º 0.74% 0.37% -
HSV(B) 331.29º 0.85% 0.65% -
XYZ 17.8 9.47 11.01 -
YUV 74.5 137.88 192.55 -
System Red Green Blue C M Y K H S L
Decimal 165 25 92 0 0.85 0.44 0.35 331.29 0.74 0.37
Hex A5 19 5C 0 55 2C 23 14B 4A 25
Octal 245 31 134 0 125 54 43 513 112 45
Binary 10100101 11001 1011100 0 1010101 101100 100011 101001011 1001010 100101

Color Harmonies of #A5195C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5195C

Black with #A5195C

Text Example


Text Example

White with #A5195C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5195C; }

 p { color: rgb(165,25,92); }

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

background-color css

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

 a { background-color: rgb(165,25,92); }

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

border-color css

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

 span { border-color: rgb(165,25,92); }

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