Html Css Color HEX #A5045B Jazzberry Jam

📋 copy color: '#A5045B'

red 165 ◦ green 4 ◦ blue 91

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

Shades of Jazzberry Jam #A5045B

Tints of Jazzberry Jam #A5045B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.54%

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

R = 63.46%
G = 1.54%
B = 35%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#A5045B (or 0xA5045B) is known color: Jazzberry Jam. HEX triplet: A5, 04 and 5B. RGB value is (165,4,91). Sum of RGB (Red+Green+Blue) = 165+4+91=260 (34% of max value = 765). Red value is 165 (64.84% from 255 or 63.46% from 260); Green value is 4 (1.95% from 255 or 1.54% from 260); Blue value is 91 (35.94% from 255 or 35% from 260); Max value from RGB is 165 - color contains mainly: red. Hex color #A5045B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5045B is #5AFBA4. Grayscale: #3D3D3D. Windows color (decimal): -5962661 or 5964965. OLE color: 5964965.

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

Color convert

RGB 165 4 91 -
CMYK 0 0.98 0.45 0.35
HSL 327.58º 0.95% 0.33% -
HSV(B) 327.58º 0.98% 0.65% -
XYZ 17.45 8.84 10.68 -
YUV 62.06 144.34 201.43 -
System Red Green Blue C M Y K H S L
Decimal 165 4 91 0 0.98 0.45 0.35 327.58 0.95 0.33
Hex A5 4 5B 0 62 2D 23 148 5F 21
Octal 245 4 133 0 142 55 43 510 137 41
Binary 10100101 100 1011011 0 1100010 101101 100011 101001000 1011111 100001

Color Harmonies of #A5045B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5045B

Black with #A5045B

Text Example


Text Example

White with #A5045B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5045B; }

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

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

background-color css

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

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

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

border-color css

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

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

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