Html Css Color HEX #A5145A Jazzberry Jam

📋 copy color: '#A5145A'

red 165 ◦ green 20 ◦ blue 90

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

Shades of Jazzberry Jam #A5145A

Tints of Jazzberry Jam #A5145A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 32.73%

R = 60%
G = 7.27%
B = 32.73%

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

#A5145A (or 0xA5145A) is known color: Jazzberry Jam. HEX triplet: A5, 14 and 5A. RGB value is (165,20,90). Sum of RGB (Red+Green+Blue) = 165+20+90=275 (36% of max value = 765). Red value is 165 (64.84% from 255 or 60% from 275); Green value is 20 (8.20% from 255 or 7.27% from 275); Blue value is 90 (35.55% from 255 or 32.73% from 275); Max value from RGB is 165 - color contains mainly: red. Hex color #A5145A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5145A is #5AEBA5. Grayscale: #474747. Windows color (decimal): -5958566 or 5903525. OLE color: 5903525.

HSL color Cylindrical-coordinate representation of color #A5145A: hue angle of 331.03º 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 #A5145A is Cyan = 0, Magento = 0.88, Yellow = 0.45 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 20 90 -
CMYK 0 0.88 0.45 0.35
HSL 331.03º 0.78% 0.36% -
HSV(B) 331.03º 0.88% 0.65% -
XYZ 17.61 9.24 10.53 -
YUV 71.34 138.54 194.81 -
System Red Green Blue C M Y K H S L
Decimal 165 20 90 0 0.88 0.45 0.35 331.03 0.78 0.36
Hex A5 14 5A 0 58 2D 23 14B 4E 24
Octal 245 24 132 0 130 55 43 513 116 44
Binary 10100101 10100 1011010 0 1011000 101101 100011 101001011 1001110 100100

Color Harmonies of #A5145A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5145A

Black with #A5145A

Text Example


Text Example

White with #A5145A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5145A; }

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

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

background-color css

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

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

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

border-color css

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

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

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