Html Css Color HEX #A5074E Jazzberry Jam

📋 copy color: '#A5074E'

red 165 ◦ green 7 ◦ blue 78

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

Shades of Jazzberry Jam #A5074E

Tints of Jazzberry Jam #A5074E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 31.2%

R = 66%
G = 2.8%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.53

 K value IS 0.35

RGB Variations

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

Color information

#A5074E (or 0xA5074E) is known color: Jazzberry Jam. HEX triplet: A5, 07 and 4E. RGB value is (165,7,78). Sum of RGB (Red+Green+Blue) = 165+7+78=250 (33% of max value = 765). Red value is 165 (64.84% from 255 or 66% from 250); Green value is 7 (3.12% from 255 or 2.8% from 250); Blue value is 78 (30.86% from 255 or 31.2% from 250); Max value from RGB is 165 - color contains mainly: red. Hex color #A5074E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5074E is #5AF8B1. Grayscale: #3E3E3E. Windows color (decimal): -5961906 or 5113765. OLE color: 5113765.

HSL color Cylindrical-coordinate representation of color #A5074E: hue angle of 333.04º 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 #A5074E is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 7 78 -
CMYK 0 0.96 0.53 0.35
HSL 333.04º 0.92% 0.34% -
HSV(B) 333.04º 0.96% 0.65% -
XYZ 16.97 8.7 7.99 -
YUV 62.34 136.85 201.23 -
System Red Green Blue C M Y K H S L
Decimal 165 7 78 0 0.96 0.53 0.35 333.04 0.92 0.34
Hex A5 7 4E 0 60 35 23 14D 5C 22
Octal 245 7 116 0 140 65 43 515 134 42
Binary 10100101 111 1001110 0 1100000 110101 100011 101001101 1011100 100010

Color Harmonies of #A5074E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5074E

Black with #A5074E

Text Example


Text Example

White with #A5074E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5074E; }

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

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

background-color css

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

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

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

border-color css

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

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

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