Html Css Color HEX #A1256B Jazzberry Jam

📋 copy color: '#A1256B'

red 161 ◦ green 37 ◦ blue 107

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

Shades of Jazzberry Jam #A1256B

Tints of Jazzberry Jam #A1256B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 35.08%

R = 52.79%
G = 12.13%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.34

 K value IS 0.37

RGB Variations

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

Color information

#A1256B (or 0xA1256B) is known color: Jazzberry Jam. HEX triplet: A1, 25 and 6B. RGB value is (161,37,107). Sum of RGB (Red+Green+Blue) = 161+37+107=305 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.79% from 305); Green value is 37 (14.84% from 255 or 12.13% from 305); Blue value is 107 (42.19% from 255 or 35.08% from 305); Max value from RGB is 161 - color contains mainly: red. Hex color #A1256B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1256B is #5EDA94. Grayscale: #515151. Windows color (decimal): -6216341 or 7021985. OLE color: 7021985.

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

Color convert

RGB 161 37 107 -
CMYK 0 0.77 0.34 0.37
HSL 326.13º 0.63% 0.39% -
HSV(B) 326.13º 0.77% 0.63% -
XYZ 18.01 9.96 14.88 -
YUV 82.06 142.08 184.31 -
System Red Green Blue C M Y K H S L
Decimal 161 37 107 0 0.77 0.34 0.37 326.13 0.63 0.39
Hex A1 25 6B 0 4D 22 25 146 3F 27
Octal 241 45 153 0 115 42 45 506 77 47
Binary 10100001 100101 1101011 0 1001101 100010 100101 101000110 111111 100111

Color Harmonies of #A1256B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1256B

Black with #A1256B

Text Example


Text Example

White with #A1256B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1256B; }

 p { color: rgb(161,37,107); }

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

background-color css

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

 a { background-color: rgb(161,37,107); }

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

border-color css

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

 span { border-color: rgb(161,37,107); }

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