Html Css Color HEX #A5074F Jazzberry Jam

📋 copy color: '#A5074F'

red 165 ◦ green 7 ◦ blue 79

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

Shades of Jazzberry Jam #A5074F

Tints of Jazzberry Jam #A5074F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.79%

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

R = 65.74%
G = 2.79%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.52

 K value IS 0.35

RGB Variations

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

Color information

#A5074F (or 0xA5074F) is known color: Jazzberry Jam. HEX triplet: A5, 07 and 4F. RGB value is (165,7,79). Sum of RGB (Red+Green+Blue) = 165+7+79=251 (33% of max value = 765). Red value is 165 (64.84% from 255 or 65.74% from 251); Green value is 7 (3.12% from 255 or 2.79% from 251); Blue value is 79 (31.25% from 255 or 31.47% from 251); Max value from RGB is 165 - color contains mainly: red. Hex color #A5074F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5074F is #5AF8B0. Grayscale: #3E3E3E. Windows color (decimal): -5961905 or 5179301. OLE color: 5179301.

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

Color convert

RGB 165 7 79 -
CMYK 0 0.96 0.52 0.35
HSL 332.66º 0.92% 0.34% -
HSV(B) 332.66º 0.96% 0.65% -
XYZ 17 8.72 8.18 -
YUV 62.45 137.35 201.15 -
System Red Green Blue C M Y K H S L
Decimal 165 7 79 0 0.96 0.52 0.35 332.66 0.92 0.34
Hex A5 7 4F 0 60 34 23 14D 5C 22
Octal 245 7 117 0 140 64 43 515 134 42
Binary 10100101 111 1001111 0 1100000 110100 100011 101001101 1011100 100010

Color Harmonies of #A5074F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5074F

Black with #A5074F

Text Example


Text Example

White with #A5074F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5074F; }

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

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

background-color css

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

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

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

border-color css

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

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

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