Html Css Color HEX #A4126D Jazzberry Jam

📋 copy color: '#A4126D'

red 164 ◦ green 18 ◦ blue 109

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

Shades of Jazzberry Jam #A4126D

Tints of Jazzberry Jam #A4126D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.19%

 BLUE value IS 109 (42.97% from 255) = 37.46%

R = 56.36%
G = 6.19%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#A4126D (or 0xA4126D) is known color: Jazzberry Jam. HEX triplet: A4, 12 and 6D. RGB value is (164,18,109). Sum of RGB (Red+Green+Blue) = 164+18+109=291 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.36% from 291); Green value is 18 (7.42% from 255 or 6.19% from 291); Blue value is 109 (42.97% from 255 or 37.46% from 291); Max value from RGB is 164 - color contains mainly: red. Hex color #A4126D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A4126D is #5BED92. Grayscale: #474747. Windows color (decimal): -6024595 or 7148196. OLE color: 7148196.

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

Color convert

RGB 164 18 109 -
CMYK 0 0.89 0.34 0.36
HSL 322.6º 0.8% 0.36% -
HSV(B) 322.6º 0.89% 0.64% -
XYZ 18.29 9.43 15.32 -
YUV 72.03 148.87 193.6 -
System Red Green Blue C M Y K H S L
Decimal 164 18 109 0 0.89 0.34 0.36 322.6 0.8 0.36
Hex A4 12 6D 0 59 22 24 143 50 24
Octal 244 22 155 0 131 42 44 503 120 44
Binary 10100100 10010 1101101 0 1011001 100010 100100 101000011 1010000 100100

Color Harmonies of #A4126D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4126D

Black with #A4126D

Text Example


Text Example

White with #A4126D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4126D; }

 p { color: rgb(164,18,109); }

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

background-color css

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

 a { background-color: rgb(164,18,109); }

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

border-color css

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

 span { border-color: rgb(164,18,109); }

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