Html Css Color HEX #A4256E Jazzberry Jam

📋 copy color: '#A4256E'

red 164 ◦ green 37 ◦ blue 110

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

Shades of Jazzberry Jam #A4256E

Tints of Jazzberry Jam #A4256E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.9%

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

R = 52.73%
G = 11.9%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#A4256E (or 0xA4256E) is known color: Jazzberry Jam. HEX triplet: A4, 25 and 6E. RGB value is (164,37,110). Sum of RGB (Red+Green+Blue) = 164+37+110=311 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.73% from 311); Green value is 37 (14.84% from 255 or 11.90% from 311); Blue value is 110 (43.36% from 255 or 35.37% from 311); Max value from RGB is 164 - color contains mainly: red. Hex color #A4256E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4256E is #5BDA91. Grayscale: #535353. Windows color (decimal): -6019730 or 7218596. OLE color: 7218596.

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

Color convert

RGB 164 37 110 -
CMYK 0 0.77 0.33 0.36
HSL 325.51º 0.63% 0.39% -
HSV(B) 325.51º 0.77% 0.64% -
XYZ 18.79 10.34 15.76 -
YUV 83.3 143.08 185.56 -
System Red Green Blue C M Y K H S L
Decimal 164 37 110 0 0.77 0.33 0.36 325.51 0.63 0.39
Hex A4 25 6E 0 4D 21 24 146 3F 27
Octal 244 45 156 0 115 41 44 506 77 47
Binary 10100100 100101 1101110 0 1001101 100001 100100 101000110 111111 100111

Color Harmonies of #A4256E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4256E

Black with #A4256E

Text Example


Text Example

White with #A4256E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4256E; }

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

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

background-color css

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

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

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

border-color css

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

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

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