Html Css Color HEX #A4246E Jazzberry Jam

📋 copy color: '#A4246E'

red 164 ◦ green 36 ◦ blue 110

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

Shades of Jazzberry Jam #A4246E

Tints of Jazzberry Jam #A4246E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.61%

 BLUE value IS 110 (43.36% from 255) = 35.48%

R = 52.9%
G = 11.61%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#A4246E (or 0xA4246E) is known color: Jazzberry Jam. HEX triplet: A4, 24 and 6E. RGB value is (164,36,110). Sum of RGB (Red+Green+Blue) = 164+36+110=310 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.90% from 310); Green value is 36 (14.45% from 255 or 11.61% from 310); Blue value is 110 (43.36% from 255 or 35.48% from 310); Max value from RGB is 164 - color contains mainly: red. Hex color #A4246E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4246E is #5BDB91. Grayscale: #525252. Windows color (decimal): -6019986 or 7218340. OLE color: 7218340.

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

Color convert

RGB 164 36 110 -
CMYK 0 0.78 0.33 0.36
HSL 325.31º 0.64% 0.39% -
HSV(B) 325.31º 0.78% 0.64% -
XYZ 18.76 10.28 15.75 -
YUV 82.71 143.41 185.98 -
System Red Green Blue C M Y K H S L
Decimal 164 36 110 0 0.78 0.33 0.36 325.31 0.64 0.39
Hex A4 24 6E 0 4E 21 24 145 40 27
Octal 244 44 156 0 116 41 44 505 100 47
Binary 10100100 100100 1101110 0 1001110 100001 100100 101000101 1000000 100111

Color Harmonies of #A4246E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4246E

Black with #A4246E

Text Example


Text Example

White with #A4246E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4246E; }

 p { color: rgb(164,36,110); }

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

background-color css

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

 a { background-color: rgb(164,36,110); }

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

border-color css

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

 span { border-color: rgb(164,36,110); }

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