Html Css Color HEX #A4075B Jazzberry Jam

📋 copy color: '#A4075B'

red 164 ◦ green 7 ◦ blue 91

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

Shades of Jazzberry Jam #A4075B

Tints of Jazzberry Jam #A4075B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 34.73%

R = 62.6%
G = 2.67%
B = 34.73%

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

#A4075B (or 0xA4075B) is known color: Jazzberry Jam. HEX triplet: A4, 07 and 5B. RGB value is (164,7,91). Sum of RGB (Red+Green+Blue) = 164+7+91=262 (34% of max value = 765). Red value is 164 (64.45% from 255 or 62.60% from 262); Green value is 7 (3.12% from 255 or 2.67% from 262); Blue value is 91 (35.94% from 255 or 34.73% from 262); Max value from RGB is 164 - color contains mainly: red. Hex color #A4075B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A4075B is #5BF8A4. Grayscale: #3F3F3F. Windows color (decimal): -6027429 or 5965732. OLE color: 5965732.

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

Color convert

RGB 164 7 91 -
CMYK 0 0.96 0.45 0.36
HSL 327.9º 0.92% 0.34% -
HSV(B) 327.9º 0.96% 0.64% -
XYZ 17.27 8.8 10.69 -
YUV 63.52 143.51 199.67 -
System Red Green Blue C M Y K H S L
Decimal 164 7 91 0 0.96 0.45 0.36 327.9 0.92 0.34
Hex A4 7 5B 0 60 2D 24 148 5C 22
Octal 244 7 133 0 140 55 44 510 134 42
Binary 10100100 111 1011011 0 1100000 101101 100100 101001000 1011100 100010

Color Harmonies of #A4075B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4075B

Black with #A4075B

Text Example


Text Example

White with #A4075B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4075B; }

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

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

background-color css

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

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

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

border-color css

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

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

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