Html Css Color HEX #A4145C Jazzberry Jam

📋 copy color: '#A4145C'

red 164 ◦ green 20 ◦ blue 92

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

Shades of Jazzberry Jam #A4145C

Tints of Jazzberry Jam #A4145C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.25%

 BLUE value IS 92 (36.33% from 255) = 33.33%

R = 59.42%
G = 7.25%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.44

 K value IS 0.36

RGB Variations

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

Color information

#A4145C (or 0xA4145C) is known color: Jazzberry Jam. HEX triplet: A4, 14 and 5C. RGB value is (164,20,92). Sum of RGB (Red+Green+Blue) = 164+20+92=276 (36% of max value = 765). Red value is 164 (64.45% from 255 or 59.42% from 276); Green value is 20 (8.20% from 255 or 7.25% from 276); Blue value is 92 (36.33% from 255 or 33.33% from 276); Max value from RGB is 164 - color contains mainly: red. Hex color #A4145C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A4145C is #5BEBA3. Grayscale: #474747. Windows color (decimal): -6024100 or 6034596. OLE color: 6034596.

HSL color Cylindrical-coordinate representation of color #A4145C: hue angle of 330º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A4145C is Cyan = 0, Magento = 0.88, Yellow = 0.44 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 20 92 -
CMYK 0 0.88 0.44 0.36
HSL 330º 0.78% 0.36% -
HSV(B) 330º 0.88% 0.64% -
XYZ 17.49 9.17 10.97 -
YUV 71.26 139.71 194.15 -
System Red Green Blue C M Y K H S L
Decimal 164 20 92 0 0.88 0.44 0.36 330 0.78 0.36
Hex A4 14 5C 0 58 2C 24 14A 4E 24
Octal 244 24 134 0 130 54 44 512 116 44
Binary 10100100 10100 1011100 0 1011000 101100 100100 101001010 1001110 100100

Color Harmonies of #A4145C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4145C

Black with #A4145C

Text Example


Text Example

White with #A4145C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4145C; }

 p { color: rgb(164,20,92); }

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

background-color css

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

 a { background-color: rgb(164,20,92); }

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

border-color css

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

 span { border-color: rgb(164,20,92); }

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