Html Css Color HEX #A4075D Jazzberry Jam

📋 copy color: '#A4075D'

red 164 ◦ green 7 ◦ blue 93

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

Shades of Jazzberry Jam #A4075D

Tints of Jazzberry Jam #A4075D

RGB

 RED value IS 164 (64.45% from 255) = 62.12%

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

 BLUE value IS 93 (36.72% from 255) = 35.23%

R = 62.12%
G = 2.65%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#A4075D (or 0xA4075D) is known color: Jazzberry Jam. HEX triplet: A4, 07 and 5D. RGB value is (164,7,93). Sum of RGB (Red+Green+Blue) = 164+7+93=264 (34% of max value = 765). Red value is 164 (64.45% from 255 or 62.12% from 264); Green value is 7 (3.12% from 255 or 2.65% from 264); Blue value is 93 (36.72% from 255 or 35.23% from 264); Max value from RGB is 164 - color contains mainly: red. Hex color #A4075D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A4075D is #5BF8A2. Grayscale: #3F3F3F. Windows color (decimal): -6027427 or 6096804. OLE color: 6096804.

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

Color convert

RGB 164 7 93 -
CMYK 0 0.96 0.43 0.36
HSL 327.13º 0.92% 0.34% -
HSV(B) 327.13º 0.96% 0.64% -
XYZ 17.36 8.83 11.15 -
YUV 63.75 144.51 199.51 -
System Red Green Blue C M Y K H S L
Decimal 164 7 93 0 0.96 0.43 0.36 327.13 0.92 0.34
Hex A4 7 5D 0 60 2B 24 147 5C 22
Octal 244 7 135 0 140 53 44 507 134 42
Binary 10100100 111 1011101 0 1100000 101011 100100 101000111 1011100 100010

Color Harmonies of #A4075D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4075D

Black with #A4075D

Text Example


Text Example

White with #A4075D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4075D; }

 p { color: rgb(164,7,93); }

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

background-color css

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

 a { background-color: rgb(164,7,93); }

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

border-color css

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

 span { border-color: rgb(164,7,93); }

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