Html Css Color HEX #A5124F Jazzberry Jam

📋 copy color: '#A5124F'

red 165 ◦ green 18 ◦ blue 79

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

Shades of Jazzberry Jam #A5124F

Tints of Jazzberry Jam #A5124F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.87%

 BLUE value IS 79 (31.25% from 255) = 30.15%

R = 62.98%
G = 6.87%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.52

 K value IS 0.35

RGB Variations

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

Color information

#A5124F (or 0xA5124F) is known color: Jazzberry Jam. HEX triplet: A5, 12 and 4F. RGB value is (165,18,79). Sum of RGB (Red+Green+Blue) = 165+18+79=262 (34% of max value = 765). Red value is 165 (64.84% from 255 or 62.98% from 262); Green value is 18 (7.42% from 255 or 6.87% from 262); Blue value is 79 (31.25% from 255 or 30.15% from 262); Max value from RGB is 165 - color contains mainly: red. Hex color #A5124F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5124F is #5AEDB0. Grayscale: #444444. Windows color (decimal): -5959089 or 5182117. OLE color: 5182117.

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

Color convert

RGB 165 18 79 -
CMYK 0 0.89 0.52 0.35
HSL 335.1º 0.8% 0.36% -
HSV(B) 335.1º 0.89% 0.65% -
XYZ 17.14 9 8.23 -
YUV 68.91 133.7 196.54 -
System Red Green Blue C M Y K H S L
Decimal 165 18 79 0 0.89 0.52 0.35 335.1 0.8 0.36
Hex A5 12 4F 0 59 34 23 14F 50 24
Octal 245 22 117 0 131 64 43 517 120 44
Binary 10100101 10010 1001111 0 1011001 110100 100011 101001111 1010000 100100

Color Harmonies of #A5124F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5124F

Black with #A5124F

Text Example


Text Example

White with #A5124F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5124F; }

 p { color: rgb(165,18,79); }

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

background-color css

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

 a { background-color: rgb(165,18,79); }

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

border-color css

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

 span { border-color: rgb(165,18,79); }

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