Html Css Color HEX #A4185C Jazzberry Jam

📋 copy color: '#A4185C'

red 164 ◦ green 24 ◦ blue 92

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

Shades of Jazzberry Jam #A4185C

Tints of Jazzberry Jam #A4185C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.57%

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

R = 58.57%
G = 8.57%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.44

 K value IS 0.36

RGB Variations

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

Color information

#A4185C (or 0xA4185C) is known color: Jazzberry Jam. HEX triplet: A4, 18 and 5C. RGB value is (164,24,92). Sum of RGB (Red+Green+Blue) = 164+24+92=280 (37% of max value = 765). Red value is 164 (64.45% from 255 or 58.57% from 280); Green value is 24 (9.77% from 255 or 8.57% from 280); Blue value is 92 (36.33% from 255 or 32.86% from 280); Max value from RGB is 164 - color contains mainly: red. Hex color #A4185C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A4185C is #5BE7A3. Grayscale: #494949. Windows color (decimal): -6023076 or 6035620. OLE color: 6035620.

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

Color convert

RGB 164 24 92 -
CMYK 0 0.85 0.44 0.36
HSL 330.86º 0.74% 0.37% -
HSV(B) 330.86º 0.85% 0.64% -
XYZ 17.57 9.32 11 -
YUV 73.61 138.38 192.47 -
System Red Green Blue C M Y K H S L
Decimal 164 24 92 0 0.85 0.44 0.36 330.86 0.74 0.37
Hex A4 18 5C 0 55 2C 24 14B 4A 25
Octal 244 30 134 0 125 54 44 513 112 45
Binary 10100100 11000 1011100 0 1010101 101100 100100 101001011 1001010 100101

Color Harmonies of #A4185C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4185C

Black with #A4185C

Text Example


Text Example

White with #A4185C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4185C; }

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

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

background-color css

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

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

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

border-color css

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

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

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