Html Css Color HEX #A1246F Jazzberry Jam

📋 copy color: '#A1246F'

red 161 ◦ green 36 ◦ blue 111

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

Shades of Jazzberry Jam #A1246F

Tints of Jazzberry Jam #A1246F

RGB

 RED value IS 161 (63.28% from 255) = 52.27%

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

 BLUE value IS 111 (43.75% from 255) = 36.04%

R = 52.27%
G = 11.69%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.31

 K value IS 0.37

RGB Variations

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

Color information

#A1246F (or 0xA1246F) is known color: Jazzberry Jam. HEX triplet: A1, 24 and 6F. RGB value is (161,36,111). Sum of RGB (Red+Green+Blue) = 161+36+111=308 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.27% from 308); Green value is 36 (14.45% from 255 or 11.69% from 308); Blue value is 111 (43.75% from 255 or 36.04% from 308); Max value from RGB is 161 - color contains mainly: red. Hex color #A1246F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1246F is #5EDB90. Grayscale: #515151. Windows color (decimal): -6216593 or 7283873. OLE color: 7283873.

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

Color convert

RGB 161 36 111 -
CMYK 0 0.78 0.31 0.37
HSL 324º 0.63% 0.39% -
HSV(B) 324º 0.78% 0.63% -
XYZ 18.2 9.99 16.01 -
YUV 81.93 144.41 184.4 -
System Red Green Blue C M Y K H S L
Decimal 161 36 111 0 0.78 0.31 0.37 324 0.63 0.39
Hex A1 24 6F 0 4E 1F 25 144 3F 27
Octal 241 44 157 0 116 37 45 504 77 47
Binary 10100001 100100 1101111 0 1001110 11111 100101 101000100 111111 100111

Color Harmonies of #A1246F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1246F

Black with #A1246F

Text Example


Text Example

White with #A1246F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1246F; }

 p { color: rgb(161,36,111); }

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

background-color css

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

 a { background-color: rgb(161,36,111); }

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

border-color css

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

 span { border-color: rgb(161,36,111); }

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