Html Css Color HEX #A4186A Jazzberry Jam

📋 copy color: '#A4186A'

red 164 ◦ green 24 ◦ blue 106

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

Shades of Jazzberry Jam #A4186A

Tints of Jazzberry Jam #A4186A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 36.05%

R = 55.78%
G = 8.16%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.35

 K value IS 0.36

RGB Variations

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

Color information

#A4186A (or 0xA4186A) is known color: Jazzberry Jam. HEX triplet: A4, 18 and 6A. RGB value is (164,24,106). Sum of RGB (Red+Green+Blue) = 164+24+106=294 (38% of max value = 765). Red value is 164 (64.45% from 255 or 55.78% from 294); Green value is 24 (9.77% from 255 or 8.16% from 294); Blue value is 106 (41.80% from 255 or 36.05% from 294); Max value from RGB is 164 - color contains mainly: red. Hex color #A4186A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A4186A is #5BE795. Grayscale: #4B4B4B. Windows color (decimal): -6023062 or 6953124. OLE color: 6953124.

HSL color Cylindrical-coordinate representation of color #A4186A: hue angle of 324.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 #A4186A is Cyan = 0, Magento = 0.85, Yellow = 0.35 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 24 106 -
CMYK 0 0.85 0.35 0.36
HSL 324.86º 0.74% 0.37% -
HSV(B) 324.86º 0.85% 0.64% -
XYZ 18.24 9.59 14.52 -
YUV 75.21 145.38 191.33 -
System Red Green Blue C M Y K H S L
Decimal 164 24 106 0 0.85 0.35 0.36 324.86 0.74 0.37
Hex A4 18 6A 0 55 23 24 145 4A 25
Octal 244 30 152 0 125 43 44 505 112 45
Binary 10100100 11000 1101010 0 1010101 100011 100100 101000101 1001010 100101

Color Harmonies of #A4186A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4186A

Black with #A4186A

Text Example


Text Example

White with #A4186A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4186A; }

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

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

background-color css

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

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

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

border-color css

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

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

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