Html Css Color HEX #A5054A Jazzberry Jam

📋 copy color: '#A5054A'

red 165 ◦ green 5 ◦ blue 74

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

Shades of Jazzberry Jam #A5054A

Tints of Jazzberry Jam #A5054A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.05%

 BLUE value IS 74 (29.3% from 255) = 30.33%

R = 67.62%
G = 2.05%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.55

 K value IS 0.35

RGB Variations

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

Color information

#A5054A (or 0xA5054A) is known color: Jazzberry Jam. HEX triplet: A5, 05 and 4A. RGB value is (165,5,74). Sum of RGB (Red+Green+Blue) = 165+5+74=244 (32% of max value = 765). Red value is 165 (64.84% from 255 or 67.62% from 244); Green value is 5 (2.34% from 255 or 2.05% from 244); Blue value is 74 (29.30% from 255 or 30.33% from 244); Max value from RGB is 165 - color contains mainly: red. Hex color #A5054A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5054A is #5AFAB5. Grayscale: #3C3C3C. Windows color (decimal): -5962422 or 4851109. OLE color: 4851109.

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

Color convert

RGB 165 5 74 -
CMYK 0 0.97 0.55 0.35
HSL 334.13º 0.94% 0.33% -
HSV(B) 334.13º 0.97% 0.65% -
XYZ 16.81 8.6 7.25 -
YUV 60.71 135.51 202.39 -
System Red Green Blue C M Y K H S L
Decimal 165 5 74 0 0.97 0.55 0.35 334.13 0.94 0.33
Hex A5 5 4A 0 61 37 23 14E 5E 21
Octal 245 5 112 0 141 67 43 516 136 41
Binary 10100101 101 1001010 0 1100001 110111 100011 101001110 1011110 100001

Color Harmonies of #A5054A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5054A

Black with #A5054A

Text Example


Text Example

White with #A5054A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5054A; }

 p { color: rgb(165,5,74); }

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

background-color css

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

 a { background-color: rgb(165,5,74); }

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

border-color css

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

 span { border-color: rgb(165,5,74); }

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