Html Css Color HEX #A4146A Jazzberry Jam

📋 copy color: '#A4146A'

red 164 ◦ green 20 ◦ blue 106

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

Shades of Jazzberry Jam #A4146A

Tints of Jazzberry Jam #A4146A

RGB

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

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

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

R = 56.55%
G = 6.9%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.35

 K value IS 0.36

RGB Variations

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

Color information

#A4146A (or 0xA4146A) is known color: Jazzberry Jam. HEX triplet: A4, 14 and 6A. RGB value is (164,20,106). Sum of RGB (Red+Green+Blue) = 164+20+106=290 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.55% from 290); Green value is 20 (8.20% from 255 or 6.90% from 290); Blue value is 106 (41.80% from 255 or 36.55% from 290); Max value from RGB is 164 - color contains mainly: red. Hex color #A4146A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A4146A is #5BEB95. Grayscale: #484848. Windows color (decimal): -6024086 or 6952100. OLE color: 6952100.

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

Color convert

RGB 164 20 106 -
CMYK 0 0.88 0.35 0.36
HSL 324.17º 0.78% 0.36% -
HSV(B) 324.17º 0.88% 0.64% -
XYZ 18.16 9.43 14.5 -
YUV 72.86 146.71 193.01 -
System Red Green Blue C M Y K H S L
Decimal 164 20 106 0 0.88 0.35 0.36 324.17 0.78 0.36
Hex A4 14 6A 0 58 23 24 144 4E 24
Octal 244 24 152 0 130 43 44 504 116 44
Binary 10100100 10100 1101010 0 1011000 100011 100100 101000100 1001110 100100

Color Harmonies of #A4146A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4146A

Black with #A4146A

Text Example


Text Example

White with #A4146A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4146A; }

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

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

background-color css

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

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

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

border-color css

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

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

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