Html Css Color HEX #A4246C Jazzberry Jam

📋 copy color: '#A4246C'

red 164 ◦ green 36 ◦ blue 108

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

Shades of Jazzberry Jam #A4246C

Tints of Jazzberry Jam #A4246C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 35.06%

R = 53.25%
G = 11.69%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#A4246C (or 0xA4246C) is known color: Jazzberry Jam. HEX triplet: A4, 24 and 6C. RGB value is (164,36,108). Sum of RGB (Red+Green+Blue) = 164+36+108=308 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.25% from 308); Green value is 36 (14.45% from 255 or 11.69% from 308); Blue value is 108 (42.58% from 255 or 35.06% from 308); Max value from RGB is 164 - color contains mainly: red. Hex color #A4246C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4246C is #5BDB93. Grayscale: #525252. Windows color (decimal): -6019988 or 7087268. OLE color: 7087268.

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

Color convert

RGB 164 36 108 -
CMYK 0 0.78 0.34 0.36
HSL 326.25º 0.64% 0.39% -
HSV(B) 326.25º 0.78% 0.64% -
XYZ 18.65 10.24 15.18 -
YUV 82.48 142.41 186.15 -
System Red Green Blue C M Y K H S L
Decimal 164 36 108 0 0.78 0.34 0.36 326.25 0.64 0.39
Hex A4 24 6C 0 4E 22 24 146 40 27
Octal 244 44 154 0 116 42 44 506 100 47
Binary 10100100 100100 1101100 0 1001110 100010 100100 101000110 1000000 100111

Color Harmonies of #A4246C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4246C

Black with #A4246C

Text Example


Text Example

White with #A4246C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4246C; }

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

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

background-color css

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

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

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

border-color css

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

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

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