Html Css Color HEX #A5024C Jazzberry Jam

📋 copy color: '#A5024C'

red 165 ◦ green 2 ◦ blue 76

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

Shades of Jazzberry Jam #A5024C

Tints of Jazzberry Jam #A5024C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.82%

 BLUE value IS 76 (30.08% from 255) = 31.28%

R = 67.9%
G = 0.82%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.54

 K value IS 0.35

RGB Variations

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

Color information

#A5024C (or 0xA5024C) is known color: Jazzberry Jam. HEX triplet: A5, 02 and 4C. RGB value is (165,2,76). Sum of RGB (Red+Green+Blue) = 165+2+76=243 (32% of max value = 765). Red value is 165 (64.84% from 255 or 67.90% from 243); Green value is 2 (1.17% from 255 or 0.82% from 243); Blue value is 76 (30.08% from 255 or 31.28% from 243); Max value from RGB is 165 - color contains mainly: red. Hex color #A5024C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5024C is #5AFDB3. Grayscale: #3B3B3B. Windows color (decimal): -5963188 or 4981413. OLE color: 4981413.

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

Color convert

RGB 165 2 76 -
CMYK 0 0.99 0.54 0.35
HSL 332.76º 0.98% 0.33% -
HSV(B) 332.76º 0.99% 0.65% -
XYZ 16.84 8.56 7.6 -
YUV 59.17 137.5 203.48 -
System Red Green Blue C M Y K H S L
Decimal 165 2 76 0 0.99 0.54 0.35 332.76 0.98 0.33
Hex A5 2 4C 0 63 36 23 14D 62 21
Octal 245 2 114 0 143 66 43 515 142 41
Binary 10100101 10 1001100 0 1100011 110110 100011 101001101 1100010 100001

Color Harmonies of #A5024C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5024C

Black with #A5024C

Text Example


Text Example

White with #A5024C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5024C; }

 p { color: rgb(165,2,76); }

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

background-color css

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

 a { background-color: rgb(165,2,76); }

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

border-color css

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

 span { border-color: rgb(165,2,76); }

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