Html Css Color HEX #A5145B Jazzberry Jam

📋 copy color: '#A5145B'

red 165 ◦ green 20 ◦ blue 91

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

Shades of Jazzberry Jam #A5145B

Tints of Jazzberry Jam #A5145B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 32.97%

R = 59.78%
G = 7.25%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#A5145B (or 0xA5145B) is known color: Jazzberry Jam. HEX triplet: A5, 14 and 5B. RGB value is (165,20,91). Sum of RGB (Red+Green+Blue) = 165+20+91=276 (36% of max value = 765). Red value is 165 (64.84% from 255 or 59.78% from 276); Green value is 20 (8.20% from 255 or 7.25% from 276); Blue value is 91 (35.94% from 255 or 32.97% from 276); Max value from RGB is 165 - color contains mainly: red. Hex color #A5145B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5145B is #5AEBA4. Grayscale: #474747. Windows color (decimal): -5958565 or 5969061. OLE color: 5969061.

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

Color convert

RGB 165 20 91 -
CMYK 0 0.88 0.45 0.35
HSL 330.62º 0.78% 0.36% -
HSV(B) 330.62º 0.88% 0.65% -
XYZ 17.66 9.25 10.75 -
YUV 71.45 139.04 194.73 -
System Red Green Blue C M Y K H S L
Decimal 165 20 91 0 0.88 0.45 0.35 330.62 0.78 0.36
Hex A5 14 5B 0 58 2D 23 14B 4E 24
Octal 245 24 133 0 130 55 43 513 116 44
Binary 10100101 10100 1011011 0 1011000 101101 100011 101001011 1001110 100100

Color Harmonies of #A5145B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5145B

Black with #A5145B

Text Example


Text Example

White with #A5145B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5145B; }

 p { color: rgb(165,20,91); }

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

background-color css

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

 a { background-color: rgb(165,20,91); }

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

border-color css

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

 span { border-color: rgb(165,20,91); }

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