Html Css Color HEX #A11B6B Jazzberry Jam

📋 copy color: '#A11B6B'

red 161 ◦ green 27 ◦ blue 107

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

Shades of Jazzberry Jam #A11B6B

Tints of Jazzberry Jam #A11B6B

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.15%

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

R = 54.58%
G = 9.15%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.34

 K value IS 0.37

RGB Variations

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

Color information

#A11B6B (or 0xA11B6B) is known color: Jazzberry Jam. HEX triplet: A1, 1B and 6B. RGB value is (161,27,107). Sum of RGB (Red+Green+Blue) = 161+27+107=295 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.58% from 295); Green value is 27 (10.94% from 255 or 9.15% from 295); Blue value is 107 (42.19% from 255 or 36.27% from 295); Max value from RGB is 161 - color contains mainly: red. Hex color #A11B6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A11B6B is #5EE494. Grayscale: #4B4B4B. Windows color (decimal): -6218901 or 7019425. OLE color: 7019425.

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

Color convert

RGB 161 27 107 -
CMYK 0 0.83 0.34 0.37
HSL 324.18º 0.71% 0.37% -
HSV(B) 324.18º 0.83% 0.63% -
XYZ 17.74 9.42 14.79 -
YUV 76.19 145.39 188.5 -
System Red Green Blue C M Y K H S L
Decimal 161 27 107 0 0.83 0.34 0.37 324.18 0.71 0.37
Hex A1 1B 6B 0 53 22 25 144 47 25
Octal 241 33 153 0 123 42 45 504 107 45
Binary 10100001 11011 1101011 0 1010011 100010 100101 101000100 1000111 100101

Color Harmonies of #A11B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11B6B

Black with #A11B6B

Text Example


Text Example

White with #A11B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11B6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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