Html Css Color HEX #A4236E Jazzberry Jam

📋 copy color: '#A4236E'

red 164 ◦ green 35 ◦ blue 110

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

Shades of Jazzberry Jam #A4236E

Tints of Jazzberry Jam #A4236E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.33%

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

R = 53.07%
G = 11.33%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#A4236E (or 0xA4236E) is known color: Jazzberry Jam. HEX triplet: A4, 23 and 6E. RGB value is (164,35,110). Sum of RGB (Red+Green+Blue) = 164+35+110=309 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.07% from 309); Green value is 35 (14.06% from 255 or 11.33% from 309); Blue value is 110 (43.36% from 255 or 35.60% from 309); Max value from RGB is 164 - color contains mainly: red. Hex color #A4236E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4236E is #5BDC91. Grayscale: #515151. Windows color (decimal): -6020242 or 7218084. OLE color: 7218084.

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

Color convert

RGB 164 35 110 -
CMYK 0 0.79 0.33 0.36
HSL 325.12º 0.65% 0.39% -
HSV(B) 325.12º 0.79% 0.64% -
XYZ 18.73 10.22 15.74 -
YUV 82.12 143.74 186.4 -
System Red Green Blue C M Y K H S L
Decimal 164 35 110 0 0.79 0.33 0.36 325.12 0.65 0.39
Hex A4 23 6E 0 4F 21 24 145 41 27
Octal 244 43 156 0 117 41 44 505 101 47
Binary 10100100 100011 1101110 0 1001111 100001 100100 101000101 1000001 100111

Color Harmonies of #A4236E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4236E

Black with #A4236E

Text Example


Text Example

White with #A4236E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4236E; }

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

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

background-color css

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

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

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

border-color css

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

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

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