Html Css Color HEX #A4075A Jazzberry Jam

📋 copy color: '#A4075A'

red 164 ◦ green 7 ◦ blue 90

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

Shades of Jazzberry Jam #A4075A

Tints of Jazzberry Jam #A4075A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 34.48%

R = 62.84%
G = 2.68%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.45

 K value IS 0.36

RGB Variations

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

Color information

#A4075A (or 0xA4075A) is known color: Jazzberry Jam. HEX triplet: A4, 07 and 5A. RGB value is (164,7,90). Sum of RGB (Red+Green+Blue) = 164+7+90=261 (34% of max value = 765). Red value is 164 (64.45% from 255 or 62.84% from 261); Green value is 7 (3.12% from 255 or 2.68% from 261); Blue value is 90 (35.55% from 255 or 34.48% from 261); Max value from RGB is 164 - color contains mainly: red. Hex color #A4075A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A4075A is #5BF8A5. Grayscale: #3F3F3F. Windows color (decimal): -6027430 or 5900196. OLE color: 5900196.

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

Color convert

RGB 164 7 90 -
CMYK 0 0.96 0.45 0.36
HSL 328.28º 0.92% 0.34% -
HSV(B) 328.28º 0.96% 0.64% -
XYZ 17.23 8.78 10.46 -
YUV 63.41 143.01 199.75 -
System Red Green Blue C M Y K H S L
Decimal 164 7 90 0 0.96 0.45 0.36 328.28 0.92 0.34
Hex A4 7 5A 0 60 2D 24 148 5C 22
Octal 244 7 132 0 140 55 44 510 134 42
Binary 10100100 111 1011010 0 1100000 101101 100100 101001000 1011100 100010

Color Harmonies of #A4075A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4075A

Black with #A4075A

Text Example


Text Example

White with #A4075A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4075A; }

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

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

background-color css

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

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

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

border-color css

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

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

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